Skip to content

Commit a65e2ef

Browse files
committed
Update etcommon-block to v0.3
1 parent 73970fb commit a65e2ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sha3 = "0.6"
1818
digest = { version = "0.6", features = ["std"]}
1919
lazy_static = "0.2"
2020
secp256k1-plus = "0.5.7"
21-
etcommon-block = "0.2"
21+
etcommon-block = "0.3"
2222
etcommon-rlp = "0.2"
2323
etcommon-bigint = "0.2"
2424
etcommon-hexutil = "0.2"

regtests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "regtests"
1111
[dependencies]
1212
sputnikvm = { path = '..' }
1313
gethrpc = { path = '../gethrpc' }
14-
etcommon-block = "0.2"
14+
etcommon-block = "0.3"
1515
etcommon-bigint = "0.2"
1616
etcommon-hexutil = "0.2"
1717
clap = "2.22"

stateful/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["Wei Tang <hi@that.world>"]
99
sputnikvm = { version = "0.7", path = '..' }
1010
etcommon-bigint = "0.2"
1111
etcommon-trie = "0.3"
12-
etcommon-block = "0.2"
12+
etcommon-block = "0.3"
1313
etcommon-rlp = "0.2"
1414
sha3 = "0.6"
1515
rand = "0.3"

0 commit comments

Comments
 (0)