Skip to content

Commit 6928dcb

Browse files
committed
fix: remove wildcard
1 parent 11f6ab9 commit 6928dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ revm = { version = "20.0.0", features = [
4343
] }
4444
trevm = { path = ".", features = ["test-utils"] }
4545

46-
alloy = { version = "*", features = ["providers"]}
46+
alloy = { version = "0.12.6", features = ["providers"]}
4747

4848
# misc
4949
eyre = "0.6"

0 commit comments

Comments
 (0)