Skip to content

Commit 5e65705

Browse files
committed
deps: remove default features for bitcoin_hashes
1 parent faba025 commit 5e65705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nostr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ base64 = { version = "0.21", optional = true }
5353
bech32 = { git = "https://github.com/rust-bitcoin/rust-bech32", rev = "360af7e0647fa94bce892fa69f31c0ef02452b63", optional = true, default-features = false }
5454
bip39 = { version = "2.0", optional = true }
5555
bitcoin = { version = "0.30", optional = true }
56-
bitcoin_hashes = { version = "0.12", features = ["serde"] }
56+
bitcoin_hashes = { version = "0.12", default-features = false, features = ["serde"] }
5757
cbc = { version = "0.1", features = ["alloc"], optional = true }
5858
log = "0.4" # no_std compatible by-default
5959
nostr-ots = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)