Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 @@ -28,7 +28,7 @@ wasmtime = "36"
wasmtime-wasi = "36"
wasm-opt = "0.116.1"
anyhow = "1.0"
javy = { path = "crates/javy", version = "5.1.0" }
javy = { path = "crates/javy", version = "5.1.1-alpha.1" }
tempfile = "3.21.0"
uuid = { version = "1.18", features = ["v4"] }
serde = { version = "1.0", default-features = false }
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 = "5.1.0"
version = "5.1.1-alpha.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javy-plugin-api"
version = "4.1.0"
version = "4.1.1-alpha.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down