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.
check
1 parent 946ada7 commit a67cd2aCopy full SHA for a67cd2a
contrib/check-bindings.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Needed to exit from script on error
4
+set -e
5
+
6
buildargs=(
7
"-p nostr-ffi"
8
"-p nostr-sdk-ffi"
contrib/check-crates.sh
# MSRV
msrv="1.64.0"
contrib/check-docs.sh
"-p nostr --all-features"
"-p nostr-database --all-features"
0 commit comments