Skip to content

Commit 016f3ee

Browse files
authored
release: bump starknet-core to 0.11.1 (#613)
1 parent 71b1911 commit 016f3ee

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all-features = true
3434

3535
[dependencies]
3636
starknet-crypto = { version = "0.7.0", path = "./starknet-crypto" }
37-
starknet-core = { version = "0.11.0", path = "./starknet-core", default-features = false }
37+
starknet-core = { version = "0.11.1", path = "./starknet-core", default-features = false }
3838
starknet-providers = { version = "0.11.0", path = "./starknet-providers" }
3939
starknet-contract = { version = "0.10.0", path = "./starknet-contract" }
4040
starknet-signers = { version = "0.9.0", path = "./starknet-signers" }

starknet-accounts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"]
1414
exclude = ["test-data/**"]
1515

1616
[dependencies]
17-
starknet-core = { version = "0.11.0", path = "../starknet-core" }
17+
starknet-core = { version = "0.11.1", path = "../starknet-core" }
1818
starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" }
1919
starknet-providers = { version = "0.11.0", path = "../starknet-providers" }
2020
starknet-signers = { version = "0.9.0", path = "../starknet-signers" }

starknet-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"]
1414
exclude = ["test-data/**"]
1515

1616
[dependencies]
17-
starknet-core = { version = "0.11.0", path = "../starknet-core" }
17+
starknet-core = { version = "0.11.1", path = "../starknet-core" }
1818
starknet-providers = { version = "0.11.0", path = "../starknet-providers" }
1919
starknet-accounts = { version = "0.10.0", path = "../starknet-accounts" }
2020
serde = { version = "1.0.160", features = ["derive"] }

starknet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starknet-core"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Jonathan LEI <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

starknet-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["ethereum", "starknet", "web3"]
1616
proc-macro = true
1717

1818
[dependencies]
19-
starknet-core = { version = "0.11.0", path = "../starknet-core" }
19+
starknet-core = { version = "0.11.1", path = "../starknet-core" }
2020
syn = "2.0.15"
2121

2222
[features]

starknet-providers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"]
1414
exclude = ["test-data/**"]
1515

1616
[dependencies]
17-
starknet-core = { version = "0.11.0", path = "../starknet-core" }
17+
starknet-core = { version = "0.11.1", path = "../starknet-core" }
1818
async-trait = "0.1.68"
1919
auto_impl = "1.0.1"
2020
ethereum-types = "0.14.1"

starknet-signers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Starknet signer implementations
1313
keywords = ["ethereum", "starknet", "web3"]
1414

1515
[dependencies]
16-
starknet-core = { version = "0.11.0", path = "../starknet-core" }
16+
starknet-core = { version = "0.11.1", path = "../starknet-core" }
1717
starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" }
1818
async-trait = "0.1.68"
1919
auto_impl = "1.0.1"

0 commit comments

Comments
 (0)