Skip to content

Commit

Permalink
contrib: update list of crates to check
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 22, 2024
1 parent f7cc854 commit 893b2a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/scripts/check-crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ buildargs=(
"-p nostr --no-default-features --features alloc,all-nips" # alloc + all-nips
"-p nostr-database"
"-p nostr-lmdb"
"-p nostr-indexeddb --target wasm32-unknown-unknown"
"-p nostr-ndb"
"-p nostr-relay-pool"
"-p nostr-relay-builder"
"-p nostr-connect"
"-p nwc"
"-p nostr-sdk" # No default features
"-p nostr-sdk --features all-nips"
"-p nostr-sdk --features lmdb"
"-p nostr-sdk --features ndb"
"-p nostr-sdk --features tor"
"-p nostr-cli"
)
Expand Down

0 comments on commit 893b2a5

Please sign in to comment.