diff --git a/fuels-abi-cli/Cargo.toml b/fuels-abi-cli/Cargo.toml index 39ac35d228..181fb5160b 100644 --- a/fuels-abi-cli/Cargo.toml +++ b/fuels-abi-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuels-abi-cli" -version = "0.8.1" +version = "0.9.0" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -10,8 +10,8 @@ description = "Fuel Rust SDK CLI tool to parse ABI." [dependencies] anyhow = "1" -fuels-contract = { version = "0.8.1", path = "../fuels-contract" } -fuels-core = { version = "0.8.1", path = "../fuels-core" } +fuels-contract = { version = "0.9.0", path = "../fuels-contract" } +fuels-core = { version = "0.9.0", path = "../fuels-core" } hex = "0.4" itertools = "0.10" structopt = "0.3" diff --git a/fuels-abigen-macro/Cargo.toml b/fuels-abigen-macro/Cargo.toml index abb48ff2a0..3c57522ad8 100644 --- a/fuels-abigen-macro/Cargo.toml +++ b/fuels-abigen-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuels-abigen-macro" -version = "0.8.1" +version = "0.9.0" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -13,7 +13,7 @@ proc-macro = true [dependencies] fuel-tx = "0.7" -fuels-core = { version = "0.8.1", path = "../fuels-core" } +fuels-core = { version = "0.9.0", path = "../fuels-core" } proc-macro2 = "1.0" quote = "1.0" rand = "0.8" @@ -22,8 +22,8 @@ syn = "1.0.12" [dev-dependencies] fuel-core = { version = "0.5", default-features = false } fuel-gql-client = { version = "0.5", default-features = false } -fuels-contract = { version = "0.8.1", path = "../fuels-contract" } -fuels-signers = { version = "0.8.1", path = "../fuels-signers", features = ["test-helpers"] } +fuels-contract = { version = "0.9.0", path = "../fuels-contract" } +fuels-signers = { version = "0.9.0", path = "../fuels-signers", features = ["test-helpers"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } sha2 = "0.9.5" tokio = "1.15.0" diff --git a/fuels-contract/Cargo.toml b/fuels-contract/Cargo.toml index 08fff7cf30..1a3de2eb88 100644 --- a/fuels-contract/Cargo.toml +++ b/fuels-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuels-contract" -version = "0.8.1" +version = "0.9.0" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -17,8 +17,8 @@ fuel-gql-client = { version = "0.5", default-features = false } fuel-tx = "0.7" fuel-types = "0.3" fuel-vm = "0.6" -fuels-core = { version = "0.8.1", path = "../fuels-core" } -fuels-signers = { version = "0.8.1", path = "../fuels-signers", features = ["test-helpers"] } +fuels-core = { version = "0.9.0", path = "../fuels-core" } +fuels-signers = { version = "0.9.0", path = "../fuels-signers", features = ["test-helpers"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } proc-macro2 = "1.0" quote = "1.0" diff --git a/fuels-core/Cargo.toml b/fuels-core/Cargo.toml index 15c64870d4..9b77c59893 100644 --- a/fuels-core/Cargo.toml +++ b/fuels-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuels-core" -version = "0.8.1" +version = "0.9.0" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/fuels-signers/Cargo.toml b/fuels-signers/Cargo.toml index 6a9279f565..8ef6e6c073 100644 --- a/fuels-signers/Cargo.toml +++ b/fuels-signers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuels-signers" -version = "0.8.1" +version = "0.9.0" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -17,7 +17,7 @@ fuel-gql-client = { version = "0.5", default-features = false } fuel-tx = "0.7" fuel-types = { version = "0.3", default-features = false } fuel-vm = "0.6" -fuels-core = { version = "0.8.1", path = "../fuels-core" } +fuels-core = { version = "0.9.0", 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"] }