Skip to content

Commit a64d32f

Browse files
committed
update: ethsign crate default
1 parent 8e0d8ad commit a64d32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde-hex = "0.1.0"
2020
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
2121
eth_checksum = "0.1.1"
2222
ethabi = "8.0.1"
23-
ethsign = "0.7.1"
23+
ethsign = { version = "0.7.1", features = ['default'] }
2424
tiny-keccak = "1.5"
2525
ethkey = { git = "https://github.com/paritytech/parity.git" }
2626
sha2 = "0.8.0"

0 commit comments

Comments
 (0)