Skip to content

Commit

Permalink
Bump javy crate version to 3.0.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Sep 18, 2024
1 parent 5c8958d commit 117f2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anyhow = "1.0"
once_cell = "1.19"
bitflags = "2.6.0"
javy-config = { path = "crates/config" }
javy = { path = "crates/javy", version = "3.0.1-alpha.1" }
javy = { path = "crates/javy", version = "3.0.2-alpha.1" }
tempfile = "3.12.0"
uuid = { version = "1.10", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javy"
version = "3.0.1"
version = "3.0.2-alpha.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 117f2c3

Please sign in to comment.