Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Aug 9, 2016
1 parent ab8b763 commit 69d1c1f
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 90 deletions.
140 changes: 70 additions & 70 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,7 +1,7 @@
[package]
description = "Ethcore client."
name = "parity"
version = "1.3.0"
version = "1.4.0"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]>"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion dapps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Parity Dapps crate"
name = "ethcore-dapps"
version = "1.3.0"
version = "1.4.0"
license = "GPL-3.0"
authors = ["Ethcore <[email protected]"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Ethcore Database"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-db"
version = "1.3.0"
version = "1.4.0"
authors = ["Ethcore <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Ethcore development/test/build tools"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore-devtools"
version = "1.3.0"
version = "1.4.0"
authors = ["Ethcore <[email protected]>"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions ethash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethash"
version = "1.3.0"
version = "1.4.0"
authors = ["arkpar <[email protected]"]

[lib]
Expand All @@ -9,4 +9,4 @@ authors = ["arkpar <[email protected]"]
log = "0.3"
sha3 = { path = "../util/sha3" }
primal = "0.2.3"
parking_lot = "0.2.6"
parking_lot = "0.2.6"
2 changes: 1 addition & 1 deletion ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Ethcore library"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "ethcore"
version = "1.3.0"
version = "1.4.0"
authors = ["Ethcore <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion evmjit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmjit"
version = "1.3.0"
version = "1.4.0"
authors = ["debris <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ipc/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcore-ipc-codegen"
version = "1.3.0"
version = "1.4.0"
authors = ["Nikolay Volf"]
license = "GPL-3.0"
description = "Macros to auto-generate implementations for ipc call"
Expand Down
2 changes: 1 addition & 1 deletion ipc/nano/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcore-ipc-nano"
version = "1.3.0"
version = "1.4.0"
authors = ["Nikolay Volf <[email protected]>"]
license = "GPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion ipc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcore-ipc"
version = "1.3.0"
version = "1.4.0"
authors = ["Nikolay Volf <[email protected]>"]
license = "GPL-3.0"

Expand Down
Loading

0 comments on commit 69d1c1f

Please sign in to comment.