Skip to content

Commit

Permalink
Add crate version suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Jan 8, 2025
1 parent 98a3c64 commit 45f54a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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 @@ -23,7 +23,7 @@ wasmtime = "23"
wasmtime-wasi = "23"
wasi-common = "23"
anyhow = "1.0"
javy = { path = "crates/javy", version = "4.0.0" }
javy = { path = "crates/javy", version = "4.0.1-alpha.1" }
tempfile = "3.15.0"
uuid = { version = "1.11", 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 = "4.0.0"
version = "4.0.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 = "3.0.0"
version = "3.0.1-alpha.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 45f54a1

Please sign in to comment.