@@ -62,16 +62,19 @@ buildargs=(
62
62
)
63
63
64
64
skip_msrv=(
65
- " -p nostr-lmdb" # MSRV: 1.72.0
66
- " -p nostr-mls-storage" # MSRV: 1.74.0
67
- " -p nostr-mls-memory-storage" # MSRV: 1.74.0
68
- " -p nostr-mls-sqlite-storage" # MSRV: 1.74.0
69
- " -p nostr-mls" # MSRV: 1.74.0
70
- " -p nostr-keyring" # MSRV: 1.75.0
71
- " -p nostr-keyring --features async" # MSRV: 1.75.0
72
- " -p nostr-sdk --features tor" # MSRV: 1.77.0
73
- " -p nostr-sdk --all-features" # MSRV: 1.77.0 (since uses lmdb and tor)
74
- " -p nostr-cli" # MSRV: 1.74.0
65
+ " -p nostr-lmdb" # MSRV: 1.72.0
66
+ " -p nostr-mls-storage" # MSRV: 1.74.0
67
+ " -p nostr-mls-memory-storage" # MSRV: 1.74.0
68
+ " -p nostr-mls-sqlite-storage" # MSRV: 1.74.0
69
+ " -p nostr-mls" # MSRV: 1.74.0
70
+ " -p nostr-sqldb --no-default-features --features postgres" # MSRV: 1.82.0
71
+ " -p nostr-sqldb --no-default-features --features mysql" # MSRV: 1.82.0
72
+ " -p nostr-sqldb --no-default-features --features sqlite" # MSRV: 1.82.0
73
+ " -p nostr-keyring" # MSRV: 1.75.0
74
+ " -p nostr-keyring --features async" # MSRV: 1.75.0
75
+ " -p nostr-sdk --features tor" # MSRV: 1.77.0
76
+ " -p nostr-sdk --all-features" # MSRV: 1.77.0 (since uses lmdb and tor)
77
+ " -p nostr-cli" # MSRV: 1.74.0
75
78
)
76
79
77
80
for arg in " ${buildargs[@]} " ;
0 commit comments