Skip to content

Commit

Permalink
Bump fuels-rs version (#27)
Browse files Browse the repository at this point in the history
* Bump fuels-rs version

* Bump all.

Co-authored-by: John Adler <john.adler@protonmail.ch>
  • Loading branch information
digorithm and adlerjohn committed Dec 28, 2021
1 parent 668afa3 commit 25c1ed1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.1.0"
version = "0.1.1"
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-core = { version = "0.1.0", path = "../fuels-core" }
fuels-rs = { version = "0.1.0", path = "../fuels-rs" }
fuels-core = { version = "0.1.1", path = "../fuels-core" }
fuels-rs = { version = "0.1.1", path = "../fuels-rs" }
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.1.0"
version = "0.1.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -16,14 +16,14 @@ Inflector = "0.11"
anyhow = "1"
bytes = { version = "1.0.1", features = ["serde"] }
forc = { version = "0.1", features = ["test", "util"], default-features = false }
fuels-core = { version = "0.1.0", path = "../fuels-core" }
fuels-core = { version = "0.1.1", path = "../fuels-core" }
fuel-asm = { version = "0.1", features = ["serde-types"] }
fuel-gql-client = { version = "0.1", default-features = false }
fuel-core = { version = "0.1", default-features = false }
fuel-tx = "0.1"
fuel-types = "0.1"
fuel-vm = "0.1"
fuels-rs = { version = "0.1.0", path = "../fuels-rs" }
fuels-rs = { version = "0.1.1", path = "../fuels-rs" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
itertools = "0.10.1"
proc-macro2 = "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.1.0"
version = "0.1.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
4 changes: 2 additions & 2 deletions fuels-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuels-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -13,7 +13,7 @@ Inflector = "0.11"
anyhow = "1"
bytes = { version = "1.0.1", features = ["serde"] }
forc = { version = "0.1", features = ["test", "util"], default-features = false }
fuels-core = { version = "0.1.0", path = "../fuels-core" }
fuels-core = { version = "0.1.1", path = "../fuels-core" }
fuel-asm = { version = "0.1", features = ["serde-types"] }
fuel-gql-client = { version = "0.1", default-features = false }
fuel-core = { version = "0.1", default-features = false }
Expand Down

0 comments on commit 25c1ed1

Please sign in to comment.