Skip to content

Commit

Permalink
chore: [no_std] compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Dec 16, 2024
1 parent 59267c0 commit 19ccb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zeroize = { version = "1", default-features = false }
k256 = { version = "0.13", optional = true, default-features = false, features = ["ecdsa", "sha256"] }
once_cell = { version = "1", optional = true }
pbkdf2 = { version = "0.12", optional = true, default-features = false, features = ["hmac"] }
secp256k1-ffi = { package = "secp256k1", version = "0.27", optional = true }
secp256k1-ffi = { package = "secp256k1", version = "0.27", optional = true, default-features = false, features = ["alloc"] }

[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit 19ccb0f

Please sign in to comment.