Skip to content

Commit

Permalink
Bump versions to v4.0.2 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
digorithm committed Feb 27, 2022
1 parent c537e61 commit 1330ddd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions fuels-abi-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-abi-cli"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -10,8 +10,8 @@ description = "Fuel Rust SDK CLI tool to parse ABI."

[dependencies]
anyhow = "1"
fuels-contract = { version = "0.4.1", path = "../fuels-contract" }
fuels-core = { version = "0.4.1", path = "../fuels-core" }
fuels-contract = { version = "0.4.2", path = "../fuels-contract" }
fuels-core = { version = "0.4.2", path = "../fuels-core" }
hex = "0.4"
itertools = "0.10"
structopt = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions fuels-abigen-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-abigen-macro"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
fuel-tx = "0.5"
fuels-core = { version = "0.4.1", path = "../fuels-core" }
fuels-core = { version = "0.4.2", path = "../fuels-core" }
proc-macro2 = "1.0"
quote = "1.0"
rand = "0.8"
Expand All @@ -22,7 +22,7 @@ syn = "1.0.12"
[dev-dependencies]
fuel-core = { version = "0.3", default-features = false }
fuel-gql-client = { version = "0.3", default-features = false }
fuels-contract = { version = "0.4.1", path = "../fuels-contract" }
fuels-contract = { version = "0.4.2", path = "../fuels-contract" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
sha2 = "0.9.5"
tokio = "1.15.0"
4 changes: 2 additions & 2 deletions fuels-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-contract"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -17,7 +17,7 @@ fuel-gql-client = { version = "0.3", default-features = false }
fuel-tx = "0.5"
fuel-types = "0.1"
fuel-vm = "0.4"
fuels-core = { version = "0.4.1", path = "../fuels-core" }
fuels-core = { version = "0.4.2", path = "../fuels-core" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
proc-macro2 = "1.0"
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fuels-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-core"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
6 changes: 3 additions & 3 deletions fuels-signers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-signers"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -16,7 +16,7 @@ fuel-gql-client = { version = "0.3.2", default-features = false }
fuel-tx = "0.5"
fuel-types = { version = "0.1", default-features = false }
fuel-vm = "0.4"
fuels-core = { version = "0.4.1", path = "../fuels-core" }
fuels-core = { version = "0.4.2", path = "../fuels-core" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
rand = { version = "0.8.4", default-features = false }
secp256k1 = { version = "0.20", features = ["recovery"] }
Expand All @@ -28,7 +28,7 @@ tokio = { version = "1.10.1", features = ["full"] }
[dev-dependencies]
hex = { version = "0.4.3", default-features = false, features = ["std"] }
fuel-types = { version = "0.1", default-features = false, features = ["random"] }
fuels-signers = { path = ".", version = "0.4.1", features = ["test-helpers"] }
fuels-signers = { path = ".", version = "0.4.2", features = ["test-helpers"] }

[features]
test-helpers = ["fuel-core/test-helpers"]

0 comments on commit 1330ddd

Please sign in to comment.