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.
1 parent 96974bd commit d2b735cCopy full SHA for d2b735c
contrib/scripts/check-crates.sh
@@ -58,6 +58,9 @@ buildargs=(
58
59
skip_msrv=(
60
"-p nostr-lmdb" # MSRV: 1.72.0
61
+ "-p nostr-sqldb --no-default-features --features postgres" # MSRV: 1.82.0
62
+ "-p nostr-sqldb --no-default-features --features mysql" # MSRV: 1.82.0
63
+ "-p nostr-sqldb --no-default-features --features sqlite" # MSRV: 1.82.0
64
"-p nostr-keyring" # MSRV: 1.75.0
65
"-p nostr-keyring --features async" # MSRV: 1.75.0
66
"-p nostr-sdk --features tor" # MSRV: 1.77.0
0 commit comments