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.
scripts/check.sh
1 parent 8923e67 commit 881e302Copy full SHA for 881e302
contrib/scripts/check.sh
@@ -4,8 +4,8 @@ set -exuo pipefail
4
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
7
-"${DIR}/check-fmt.sh" check # Check if Rust code is formatted
8
-"${DIR}/check-crates.sh" # Check all crates
9
-"${DIR}/check-crates.sh" msrv # Check all crates MSRV
10
-"${DIR}/check-bindings.sh" # Check all bindings
11
-"${DIR}/check-docs.sh" # Check Rust docs
+"${DIR}/check-fmt.sh" check # Check if Rust code is formatted
+"${DIR}/check-crates.sh" # Check all crates
+"${DIR}/check-crates.sh" msrv "" # Check all crates MSRV
+"${DIR}/check-bindings.sh" # Check all bindings
+"${DIR}/check-docs.sh" # Check Rust docs
0 commit comments