Skip to content

Commit b48fb21

Browse files
committed
chore: Release
1 parent b9b7dd0 commit b48fb21

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -21,7 +21,7 @@ edition = "2021"
2121
keywords = ["java", "jvm"]
2222
license = "Apache-2.0 OR MIT"
2323
repository = "https://github.com/theseus-rs/ristretto"
24-
version = "0.8.0"
24+
version = "0.8.1"
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.88"

ristretto_classloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version.workspace = true
1313
flate2 = { workspace = true }
1414
indexmap = { workspace = true }
1515
reqwest = { workspace = true, features = ["blocking", "json"] }
16-
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.0" }
16+
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.1" }
1717
serde = { workspace = true, features = ["derive"] }
1818
serde_plain = { workspace = true }
1919
tar = { workspace = true }

ristretto_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "src/main.rs"
2424
[dependencies]
2525
clap = { workspace = true, features = ["derive"] }
2626
os_info = { workspace = true }
27-
ristretto_vm = { path = "../ristretto_vm", version = "0.8.0" }
27+
ristretto_vm = { path = "../ristretto_vm", version = "0.8.1" }
2828
tracing = { workspace = true }
2929
tracing-subscriber = { workspace = true, features = ["env-filter"] }
3030

ristretto_vm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ version.workspace = true
1313
dirs = { workspace = true }
1414
indexmap = { workspace = true }
1515
os_info = { workspace = true }
16-
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.0" }
17-
ristretto_classloader = { path = "../ristretto_classloader", version = "0.8.0" }
16+
ristretto_classfile = { path = "../ristretto_classfile", version = "0.8.1" }
17+
ristretto_classloader = { path = "../ristretto_classloader", version = "0.8.1" }
1818
sysinfo = { workspace = true }
1919
sys-locale = { workspace = true }
2020
thiserror = { workspace = true }

0 commit comments

Comments
 (0)