Skip to content

Commit

Permalink
Downgrade sha3 version (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en authored Oct 27, 2023
1 parent 6390ff6 commit e38a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/near/eth-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hex = "0.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
serde-big-array = "0.4.1"
sha3 = "0.10.8"
sha3 = "0.10.0"

[features]
default = ["eth2"]
Expand Down

0 comments on commit e38a17a

Please sign in to comment.