Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Oct 15, 2024
1 parent 58e2a40 commit e35507c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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 @@ -21,7 +21,7 @@ edition = "2021"
keywords = ["java", "jvm"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/ristretto"
version = "0.8.1"
version = "0.9.0"

[workspace.dependencies]
anyhow = "1.0.88"
Expand Down
2 changes: 1 addition & 1 deletion ristretto_classloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version.workspace = true
flate2 = { workspace = true }
indexmap = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.1" }
ristretto_classfile = { path = "../ristretto_classfile", version = "0.9.0" }
serde = { workspace = true, features = ["derive"] }
serde_plain = { workspace = true }
tar = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ristretto_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/main.rs"
[dependencies]
clap = { workspace = true, features = ["derive"] }
os_info = { workspace = true }
ristretto_vm = { path = "../ristretto_vm", version = "0.8.1" }
ristretto_vm = { path = "../ristretto_vm", version = "0.9.0" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }

Expand Down
4 changes: 2 additions & 2 deletions ristretto_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ byte-unit = { workspace = true }
dirs = { workspace = true }
indexmap = { workspace = true }
os_info = { workspace = true }
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.1" }
ristretto_classloader = { path = "../ristretto_classloader", version = "0.8.1" }
ristretto_classfile = { path = "../ristretto_classfile", version = "0.9.0" }
ristretto_classloader = { path = "../ristretto_classloader", version = "0.9.0" }
stacker = { workspace = true }
sysinfo = { workspace = true }
sys-locale = { workspace = true }
Expand Down

0 comments on commit e35507c

Please sign in to comment.