Skip to content

Commit 654ffaf

Browse files
authored
Re-add suffixes to crate versions (#1227)
1 parent 03458aa commit 654ffaf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -33,7 +33,7 @@ wasmtime-wasi = "45"
3333
wasmtime-wizer = "45"
3434
wasm-opt = "0.116.1"
3535
anyhow = "1.0"
36-
javy = { path = "crates/javy", version = "8.0.0" }
36+
javy = { path = "crates/javy", version = "8.0.1-alpha.1" }
3737
tempfile = "3.27.0"
3838
tokio = "1"
3939
uuid = { version = "1.23", features = ["v4"] }

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 = "8.0.0"
3+
version = "8.0.1-alpha.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

crates/plugin-api/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-plugin-api"
3-
version = "7.0.0"
3+
version = "7.0.1-alpha.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)