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