Skip to content

Commit

Permalink
Problem: unstable should point to 0.5.0 as 0.4.0 is released
Browse files Browse the repository at this point in the history
Solution: change Cargo.toml
  • Loading branch information
sorpaas committed Jul 13, 2017
1 parent 84802d5 commit 8facf27
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sputnikvm"
version = "0.4.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
description = "SputnikVM - a Portable Blockchain Virtual Machine"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sputnikvm-cli"
version = "0.4.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Wei Tang <[email protected]>"]
description = "SputnikVM CLI"
Expand Down
2 changes: 1 addition & 1 deletion gethrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gethrpc"
version = "0.4.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Stewart Mackenzie <[email protected]>", "Wei Tang <[email protected]>"]
description = "gethrpc - provides functionality for interacting with geth's blockchain."
Expand Down
2 changes: 1 addition & 1 deletion jsontests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsontests"
version = "0.4.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Stewart Mackenzie <[email protected]>", "Wei Tang <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion regtests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "regtests"
version = "0.4.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Stewart Mackenzie <[email protected]>", "Wei Tang <[email protected]>"]
description = "regtests - performs a regression test of the entire ethereum classic blockchain."
Expand Down

0 comments on commit 8facf27

Please sign in to comment.