Skip to content

Commit

Permalink
Bump versions to v0.3.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
digorithm authored Feb 3, 2022
1 parent fbcf434 commit 70deba0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.3.0"
version = "0.3.1"
authors = ["Fuel Labs <[email protected]>"]
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-core = { version = "0.3.0", path = "../fuels-core" }
fuels-contract = { version = "0.3.0", path = "../fuels-contract" }
fuels-core = { version = "0.3.1", path = "../fuels-core" }
fuels-contract = { version = "0.3.1", path = "../fuels-contract" }
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.3.0"
version = "0.3.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -12,7 +12,7 @@ description = "Fuel Rust SDK marcros to generate types from ABI."
proc-macro = true

[dependencies]
fuels-core = { version = "0.3.0", path = "../fuels-core" }
fuels-core = { version = "0.3.1", path = "../fuels-core" }
fuel-tx = "0.2"
proc-macro2 = "1.0"
quote = "1.0"
Expand All @@ -23,6 +23,6 @@ syn = "1.0.12"
fuel-core = { version = "0.2", default-features = false }
fuel-gql-client = { version = "0.2", default-features = false }
tokio = "1.15.0"
fuels-contract = { version = "0.3.0", path = "../fuels-contract" }
fuels-contract = { version = "0.3.1", path = "../fuels-contract" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
sha2 = "0.9.5"
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.3.0"
version = "0.3.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -11,7 +11,7 @@ description = "Fuel Rust SDK contracts."
[dependencies]
bytes = { version = "1.0.1", features = ["serde"] }
forc = { version = "0.3", features = ["test", "util"], default-features = false }
fuels-core = { version = "0.3.0", path = "../fuels-core" }
fuels-core = { version = "0.3.1", path = "../fuels-core" }
fuel-asm = { version = "0.1", features = ["serde-types"] }
fuel-gql-client = { version = "0.2", default-features = false }
fuel-core = { version = "0.2", default-features = false }
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.3.0"
version = "0.3.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
4 changes: 2 additions & 2 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.3.0"
version = "0.3.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -14,7 +14,7 @@ bytes = { version = "1.1.0", features = ["serde"] }
fuel-tx = "0.2"
fuel-types = { version = "0.1", default-features = false }
fuel-vm = "0.2"
fuels-core = { version = "0.3.0", path = "../fuels-core" }
fuels-core = { version = "0.3.1", 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 Down

0 comments on commit 70deba0

Please sign in to comment.