We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c8bf0 commit c7efe7fCopy full SHA for c7efe7f
maintainer/make-release.sh
@@ -52,16 +52,6 @@ for crate in ${crates[@]}; do
52
fi
53
done
54
55
-if ! cargo msrv --help >/dev/null; then
56
- echo "Didn't find \`msrv\` applet of \`cargo\`. Run \`cargo install msrv\` to install it."
57
- exit 1
58
-fi
59
-
60
-if ! cargo msrv --min 1.80.1 --max 1.80.1 >/dev/null; then
61
- echo "Minimum supported Rust version doesn't match avertised one."
62
63
64
65
echo ">>> Testing release configuration with default features ..."
66
67
cargo test --release
0 commit comments