We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-p nostr --all-features
check-crates.sh
1 parent 67ef58c commit bcf54a7Copy full SHA for bcf54a7
contrib/scripts/check-crates.sh
@@ -36,7 +36,6 @@ buildargs=(
36
"-p nostr --features all-nips" # std + all-nips
37
"-p nostr --no-default-features --features alloc" # Only alloc feature
38
"-p nostr --no-default-features --features alloc,all-nips" # alloc + all-nips
39
- "-p nostr --all-features" # All features
40
"-p nip07 --target wasm32-unknown-unknown"
41
"-p nostr-blossom"
42
"-p nostr-http-file-storage"
0 commit comments