Skip to content

Commit

Permalink
0.11.2 version bump (#474)
Browse files Browse the repository at this point in the history
Version bump to get #472 released so we can use it in gp v1/v2.
  • Loading branch information
fleupold authored Mar 4, 2021
1 parent 341e334 commit 8214590
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ethcontract-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcontract-common"
version = "0.11.1"
version = "0.11.2"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions ethcontract-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcontract-derive"
version = "0.11.1"
version = "0.11.2"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -15,8 +15,8 @@ Proc macro for generating type-safe bindings to Ethereum smart contracts.
proc-macro = true

[dependencies]
ethcontract-common = { version = "0.11.1", path = "../ethcontract-common" }
ethcontract-generate = { version = "0.11.1", path = "../ethcontract-generate" }
ethcontract-common = { version = "0.11.2", path = "../ethcontract-common" }
ethcontract-generate = { version = "0.11.2", path = "../ethcontract-generate" }
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0.12"
4 changes: 2 additions & 2 deletions ethcontract-generate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcontract-generate"
version = "0.11.1"
version = "0.11.2"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ Code generation for type-safe bindings to Ethereum smart contracts.
[dependencies]
anyhow = "1.0"
curl = "0.4"
ethcontract-common = { version = "0.11.1", path = "../ethcontract-common" }
ethcontract-common = { version = "0.11.2", path = "../ethcontract-common" }
Inflector = "0.11"
proc-macro2 = "1.0"
quote = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions ethcontract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethcontract"
version = "0.11.1"
version = "0.11.2"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -25,8 +25,8 @@ ws-tokio = ["web3/ws-tokio"]
ws-tls-tokio = ["web3/ws-tls-tokio"]

[dependencies]
ethcontract-common = { version = "0.11.1", path = "../ethcontract-common" }
ethcontract-derive = { version = "0.11.1", path = "../ethcontract-derive", optional = true}
ethcontract-common = { version = "0.11.2", path = "../ethcontract-common" }
ethcontract-derive = { version = "0.11.2", path = "../ethcontract-derive", optional = true}
futures = "0.3"
futures-timer = "3.0"
hex = "0.4"
Expand Down

0 comments on commit 8214590

Please sign in to comment.