Skip to content

Commit 3b89b73

Browse files
authored
release: bump starknet-curve to 0.4.1 (#544)
1 parent 4457010 commit 3b89b73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starknet-crypto-codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["ethereum", "starknet", "web3", "no_std"]
1616
proc-macro = true
1717

1818
[dependencies]
19-
starknet-curve = { version = "0.4.0", path = "../starknet-curve" }
19+
starknet-curve = { version = "0.4.1", path = "../starknet-curve" }
2020
starknet-ff = { version = "0.3.6", path = "../starknet-ff", default-features = false }
2121
syn = { version = "2.0.15", default-features = false }

starknet-crypto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["test-data/**"]
1515

1616
[dependencies]
1717
starknet-crypto-codegen = { version = "0.3.2", path = "../starknet-crypto-codegen" }
18-
starknet-curve = { version = "0.4.0", path = "../starknet-curve" }
18+
starknet-curve = { version = "0.4.1", path = "../starknet-curve" }
1919
starknet-ff = { version = "0.3.6", path = "../starknet-ff", default-features = false }
2020
crypto-bigint = { version = "0.5.1", default-features = false, features = ["generic-array", "zeroize"] }
2121
hmac = { version = "0.12.1", default-features = false }

starknet-curve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starknet-curve"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Jonathan LEI <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)