Skip to content

Commit

Permalink
Change all dependencies of core library to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Feb 12, 2018
1 parent 3645408 commit 02c8123
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion network/classic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion network/ellaism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion network/expanse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion network/foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion network/musicoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion network/ubiq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
2 changes: 1 addition & 1 deletion precompiled/bn128/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
bn-plus = { version = "0.4" }
2 changes: 1 addition & 1 deletion precompiled/modexp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.9", path = "../.." }
sputnikvm = { version = "0.10", path = "../.." }
etcommon-bigint = { version = "0.2", default-features = false }
num-bigint = "0.1"

Expand Down
4 changes: 2 additions & 2 deletions stateful/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Stateful SputnikVM wrapped with tries."
authors = ["Wei Tang <[email protected]>"]

[dependencies]
sputnikvm = { version = "0.9", path = '..' }
sputnikvm = { version = "0.10", path = '..' }
etcommon-bigint = "0.2"
etcommon-trie = "0.3"
etcommon-block = "0.3"
Expand All @@ -20,4 +20,4 @@ serde_derive = "1.0"
serde_json = "1.0"
lazy_static = "0.2"
etcommon-hexutil = "0.2"
sputnikvm-network-classic = { version = "0.10.0", path = "../network/classic" }
sputnikvm-network-classic = { version = "0.10", path = "../network/classic" }

0 comments on commit 02c8123

Please sign in to comment.