Skip to content

Commit

Permalink
fix: Set min alloy-rlp version to 0.3.7 (#169)
Browse files Browse the repository at this point in the history
Steel requires at least version `0.3.7`.
  • Loading branch information
Wollac authored Jul 4, 2024
1 parent 65cefa6 commit 604be78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ risc0-zkp = { git = "https://github.com/risc0/risc0", branch = "main", default-f
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "main", default-features = false }

alloy-primitives = { version = "0.7", features = ["serde", "rlp", "std"] }
alloy-rlp = { version = "0.3.4", default-features = false }
alloy-rlp-derive = { version = "0.3.4", default-features = false }
alloy-rlp = { version = "0.3.7", default-features = false }
alloy-rlp-derive = { version = "0.3.7", default-features = false }
alloy-sol-types = { version = "0.7" }
alloy-trie = { version = "0.4.0" }
anyhow = { version = "1.0" }
Expand Down

0 comments on commit 604be78

Please sign in to comment.