Skip to content

Commit

Permalink
release: bump starknet-curve to 0.4.1 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Feb 15, 2024
1 parent 4457010 commit 3b89b73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 starknet-crypto-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ keywords = ["ethereum", "starknet", "web3", "no_std"]
proc-macro = true

[dependencies]
starknet-curve = { version = "0.4.0", path = "../starknet-curve" }
starknet-curve = { version = "0.4.1", path = "../starknet-curve" }
starknet-ff = { version = "0.3.6", path = "../starknet-ff", default-features = false }
syn = { version = "2.0.15", default-features = false }
2 changes: 1 addition & 1 deletion starknet-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["test-data/**"]

[dependencies]
starknet-crypto-codegen = { version = "0.3.2", path = "../starknet-crypto-codegen" }
starknet-curve = { version = "0.4.0", path = "../starknet-curve" }
starknet-curve = { version = "0.4.1", path = "../starknet-curve" }
starknet-ff = { version = "0.3.6", path = "../starknet-ff", default-features = false }
crypto-bigint = { version = "0.5.1", default-features = false, features = ["generic-array", "zeroize"] }
hmac = { version = "0.12.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion starknet-curve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-curve"
version = "0.4.0"
version = "0.4.1"
authors = ["Jonathan LEI <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 3b89b73

Please sign in to comment.