Skip to content

Commit f159cc2

Browse files
committed
use tilde for fvm deps
1 parent 26f0da0 commit f159cc2

File tree

2 files changed

+24
-151
lines changed

2 files changed

+24
-151
lines changed

crates/facade/Cargo.lock

Lines changed: 20 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/facade/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ version = "0.1.1"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
alloy-primitives = { version = "0.8.19", features = ["std"] }
15-
alloy-sol-types = { version = "0.8.19", features = ["std"] }
16-
fvm_ipld_encoding = "0.4.0"
17-
fvm_shared = { version = ">=4.3, <4.5" }
14+
alloy-primitives = { version = "~0.8.19", features = ["std"] }
15+
alloy-sol-types = { version = "~0.8.19", features = ["std"] }
16+
fvm_ipld_encoding = "~0.4.0"
17+
fvm_shared = { version = "~4.3.0" }
1818

1919
[build-dependencies]
2020
alloy-primitives = { version = "0.8.19" }

0 commit comments

Comments
 (0)