Skip to content

Commit

Permalink
release: bump starknet-crypto to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Nov 5, 2024
1 parent 2291904 commit 97f0964
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ members = [
all-features = true

[dependencies]
starknet-crypto = { version = "0.7.2", path = "./starknet-crypto" }
starknet-crypto = { version = "0.7.3", path = "./starknet-crypto" }
starknet-core = { version = "0.12.0", path = "./starknet-core", default-features = false }
starknet-core-derive = { version = "0.1.0", path = "./starknet-core-derive", features = ["import_from_starknet"] }
starknet-providers = { version = "0.12.0", path = "./starknet-providers" }
Expand Down
2 changes: 1 addition & 1 deletion examples/starknet-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
starknet-crypto = { version = "0.7.2", path = "../../starknet-crypto" }
starknet-crypto = { version = "0.7.3", path = "../../starknet-crypto" }
console_error_panic_hook = { version = "0.1.7", optional = true }
wasm-bindgen = "0.2.84"
2 changes: 1 addition & 1 deletion starknet-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["test-data/**"]

[dependencies]
starknet-core = { version = "0.12.0", path = "../starknet-core" }
starknet-crypto = { version = "0.7.2", path = "../starknet-crypto" }
starknet-crypto = { version = "0.7.3", path = "../starknet-crypto" }
starknet-providers = { version = "0.12.0", path = "../starknet-providers" }
starknet-signers = { version = "0.10.0", path = "../starknet-signers" }
async-trait = "0.1.68"
Expand Down
2 changes: 1 addition & 1 deletion starknet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = ["test-data/**"]
all-features = true

[dependencies]
starknet-crypto = { version = "0.7.2", path = "../starknet-crypto", default-features = false, features = ["alloc"] }
starknet-crypto = { version = "0.7.3", path = "../starknet-crypto", default-features = false, features = ["alloc"] }
starknet-core-derive = { version = "0.1.0", path = "../starknet-core-derive" }
base64 = { version = "0.21.0", default-features = false, features = ["alloc"] }
crypto-bigint = { version = "0.5.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion starknet-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-crypto"
version = "0.7.2"
version = "0.7.3"
authors = ["Jonathan LEI <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion starknet-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["ethereum", "starknet", "web3"]

[dependencies]
starknet-core = { version = "0.12.0", path = "../starknet-core" }
starknet-crypto = { version = "0.7.2", path = "../starknet-crypto" }
starknet-crypto = { version = "0.7.3", path = "../starknet-crypto" }
async-trait = "0.1.68"
auto_impl = "1.0.1"
thiserror = "1.0.40"
Expand Down

0 comments on commit 97f0964

Please sign in to comment.