Skip to content

Commit

Permalink
chore: downgrade rlp
Browse files Browse the repository at this point in the history
We only depend on this in our tests and we might as well stick to one version.
  • Loading branch information
Stebalien committed Jan 17, 2025
1 parent a58bdc2 commit 63d9175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sha2 = "0.10"
ethers = { version = "2.0.9", features = ["abigen"], default-features = false }
uint = { version = "0.9.3", default-features = false }
etk-asm = "^0.3.0"
rlp = { version = "0.6.1", default-features = false }
rlp = { version = "0.5.1", default-features = false }
substrate-bn = { version = "0.6.0", default-features = false }

# IPLD/Encoding
Expand Down

0 comments on commit 63d9175

Please sign in to comment.