We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61be6f5 commit 8211c8cCopy full SHA for 8211c8c
scripts/msrv.sh
@@ -53,10 +53,6 @@ echo
53
# Check MSRV for the packages
54
for package in $packages; do
55
package=$(echo "$package" | tr -d '\r\n') # Remove any newline and carriage return characters
56
- echo "Processing pacakge:"$package":"
57
- echo "Running MSRV check for $package with Rust $installed_version"
58
- echo "Current working directory: $(pwd)"
59
echo "Command: rustup run \"$installed_version\" cargo check --manifest-path=\"$package\" --all-features"
60
- echo "Package length: ${#package}"
61
rustup run "$installed_version" cargo check --manifest-path=$package --all-features
62
done
0 commit comments