Skip to content

Commit

Permalink
network-*: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Feb 12, 2018
1 parent c52a21f commit 9916353
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
1 change: 1 addition & 0 deletions network/classic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sputnikvm-network-classic"
version = "0.10.0"
description = "Ethereum Classic patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"
Expand Down
3 changes: 2 additions & 1 deletion network/ellaism/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sputnikvm-network-ellaism"
version = "0.0.1"
version = "0.10.0"
description = "Ellaism patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"
Expand Down
7 changes: 4 additions & 3 deletions network/expanse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "sputnikvm-network-expanse"
version = "0.0.1"
version = "0.10.0"
description = "Expanse patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.10", path = "../.." }
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" }
sputnikvm-precompiled-bn128 = { version = "0.10", path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { version = "0.10", path = "../../precompiled/modexp" }
etcommon-bigint = { version = "0.2", default-features = false }
7 changes: 4 additions & 3 deletions network/foundation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "sputnikvm-network-foundation"
version = "0.0.1"
version = "0.10.0"
description = "Ethereum patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"

[dependencies]
sputnikvm = { version = "0.10", path = "../.." }
sputnikvm-precompiled-bn128 = { path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { path = "../../precompiled/modexp" }
sputnikvm-precompiled-bn128 = { version = "0.10", path = "../../precompiled/bn128" }
sputnikvm-precompiled-modexp = { version = "0.10", path = "../../precompiled/modexp" }
etcommon-bigint = { version = "0.2", default-features = false }
3 changes: 2 additions & 1 deletion network/musicoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sputnikvm-network-musicoin"
version = "0.0.1"
version = "0.10.0"
description = "Musicoin patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"
Expand Down
3 changes: 2 additions & 1 deletion network/ubiq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sputnikvm-network-ubiq"
version = "0.0.1"
version = "0.10.0"
description = "Ubiq patches for SputnikVM."
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
repository = "https://github.com/ethereumproject/sputnikvm"
Expand Down

0 comments on commit 9916353

Please sign in to comment.