Skip to content

Commit 838c612

Browse files
authored
release: bump starknet-crypto to 0.7.1 (#620)
1 parent 1ea9e72 commit 838c612

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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
@@ -33,7 +33,7 @@ members = [
3333
all-features = true
3434

3535
[dependencies]
36-
starknet-crypto = { version = "0.7.0", path = "./starknet-crypto" }
36+
starknet-crypto = { version = "0.7.1", path = "./starknet-crypto" }
3737
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" }

examples/starknet-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ crate-type = ["cdylib", "rlib"]
1919
default = ["console_error_panic_hook"]
2020

2121
[dependencies]
22-
starknet-crypto = { version = "0.7.0", path = "../../starknet-crypto" }
22+
starknet-crypto = { version = "0.7.1", path = "../../starknet-crypto" }
2323
console_error_panic_hook = { version = "0.1.7", optional = true }
2424
wasm-bindgen = "0.2.84"

starknet-accounts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["test-data/**"]
1515

1616
[dependencies]
1717
starknet-core = { version = "0.11.1", path = "../starknet-core" }
18-
starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" }
18+
starknet-crypto = { version = "0.7.1", path = "../starknet-crypto" }
1919
starknet-providers = { version = "0.11.0", path = "../starknet-providers" }
2020
starknet-signers = { version = "0.9.0", path = "../starknet-signers" }
2121
async-trait = "0.1.68"

starknet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = ["test-data/**"]
1717
all-features = true
1818

1919
[dependencies]
20-
starknet-crypto = { version = "0.7.0", path = "../starknet-crypto", default-features = false, features = ["alloc"] }
20+
starknet-crypto = { version = "0.7.1", path = "../starknet-crypto", default-features = false, features = ["alloc"] }
2121
base64 = { version = "0.21.0", default-features = false, features = ["alloc"] }
2222
crypto-bigint = { version = "0.5.1", default-features = false }
2323
flate2 = { version = "1.0.25", optional = true }

starknet-crypto/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-crypto"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jonathan LEI <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

starknet-signers/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

1515
[dependencies]
1616
starknet-core = { version = "0.11.1", path = "../starknet-core" }
17-
starknet-crypto = { version = "0.7.0", path = "../starknet-crypto" }
17+
starknet-crypto = { version = "0.7.1", path = "../starknet-crypto" }
1818
async-trait = "0.1.68"
1919
auto_impl = "1.0.1"
2020
thiserror = "1.0.40"

0 commit comments

Comments
 (0)