diff --git a/Cargo.lock b/Cargo.lock index 630c100c..2ab904b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1991,7 +1991,7 @@ dependencies = [ [[package]] name = "starknet-core" -version = "0.11.0" +version = "0.11.1" dependencies = [ "base64 0.21.0", "criterion", diff --git a/Cargo.toml b/Cargo.toml index c6307866..1d9542a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ all-features = true [dependencies] starknet-crypto = { version = "0.7.0", path = "./starknet-crypto" } -starknet-core = { version = "0.11.0", path = "./starknet-core", default-features = false } +starknet-core = { version = "0.11.1", path = "./starknet-core", default-features = false } starknet-providers = { version = "0.11.0", path = "./starknet-providers" } starknet-contract = { version = "0.10.0", path = "./starknet-contract" } starknet-signers = { version = "0.9.0", path = "./starknet-signers" } diff --git a/starknet-accounts/Cargo.toml b/starknet-accounts/Cargo.toml index fdb256c6..55827140 100644 --- a/starknet-accounts/Cargo.toml +++ b/starknet-accounts/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"] exclude = ["test-data/**"] [dependencies] -starknet-core = { version = "0.11.0", path = "../starknet-core" } +starknet-core = { version = "0.11.1", path = "../starknet-core" } starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" } starknet-providers = { version = "0.11.0", path = "../starknet-providers" } starknet-signers = { version = "0.9.0", path = "../starknet-signers" } diff --git a/starknet-contract/Cargo.toml b/starknet-contract/Cargo.toml index 992069df..290e3e55 100644 --- a/starknet-contract/Cargo.toml +++ b/starknet-contract/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"] exclude = ["test-data/**"] [dependencies] -starknet-core = { version = "0.11.0", path = "../starknet-core" } +starknet-core = { version = "0.11.1", path = "../starknet-core" } starknet-providers = { version = "0.11.0", path = "../starknet-providers" } starknet-accounts = { version = "0.10.0", path = "../starknet-accounts" } serde = { version = "1.0.160", features = ["derive"] } diff --git a/starknet-core/Cargo.toml b/starknet-core/Cargo.toml index e5ebd2a0..5be48640 100644 --- a/starknet-core/Cargo.toml +++ b/starknet-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet-core" -version = "0.11.0" +version = "0.11.1" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021" diff --git a/starknet-macros/Cargo.toml b/starknet-macros/Cargo.toml index 78b1a782..82d6471c 100644 --- a/starknet-macros/Cargo.toml +++ b/starknet-macros/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["ethereum", "starknet", "web3"] proc-macro = true [dependencies] -starknet-core = { version = "0.11.0", path = "../starknet-core" } +starknet-core = { version = "0.11.1", path = "../starknet-core" } syn = "2.0.15" [features] diff --git a/starknet-providers/Cargo.toml b/starknet-providers/Cargo.toml index bfcf2275..3760028c 100644 --- a/starknet-providers/Cargo.toml +++ b/starknet-providers/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"] exclude = ["test-data/**"] [dependencies] -starknet-core = { version = "0.11.0", path = "../starknet-core" } +starknet-core = { version = "0.11.1", path = "../starknet-core" } async-trait = "0.1.68" auto_impl = "1.0.1" ethereum-types = "0.14.1" diff --git a/starknet-signers/Cargo.toml b/starknet-signers/Cargo.toml index fd331ae2..75467e7c 100644 --- a/starknet-signers/Cargo.toml +++ b/starknet-signers/Cargo.toml @@ -13,7 +13,7 @@ Starknet signer implementations keywords = ["ethereum", "starknet", "web3"] [dependencies] -starknet-core = { version = "0.11.0", path = "../starknet-core" } +starknet-core = { version = "0.11.1", path = "../starknet-core" } starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" } async-trait = "0.1.68" auto_impl = "1.0.1"