Skip to content

Commit 4b2da72

Browse files
authored
Bump javy crate version to 3.0.2-alpha.1 (#760)
1 parent 5c8958d commit 4b2da72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ anyhow = "1.0"
2525
once_cell = "1.19"
2626
bitflags = "2.6.0"
2727
javy-config = { path = "crates/config" }
28-
javy = { path = "crates/javy", version = "3.0.1-alpha.1" }
28+
javy = { path = "crates/javy", version = "3.0.2-alpha.1" }
2929
tempfile = "3.12.0"
3030
uuid = { version = "1.10", features = ["v4"] }
3131

crates/javy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javy"
3-
version = "3.0.1"
3+
version = "3.0.2-alpha.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)