Skip to content

Commit d89ffea

Browse files
authored
Bump fs4 version to 0.12 (#147)
fs4 version 0.10 was yanked from crates.io thus `cargo install` is broken now. This PR bumps fs4 version to the latest one fixing the installation issue
1 parent b97a212 commit d89ffea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

crates/svm-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vergen = { version = "8", optional = true, features = [
3434
] }
3535

3636
[dependencies]
37-
fs4 = "0.10"
37+
fs4 = "0.12"
3838
hex.workspace = true
3939
dirs = "5.0"
4040
reqwest = { workspace = true, default-features = false, features = ["json"] }

0 commit comments

Comments
 (0)