File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ RUST_VERSION=$1
13
13
# Determine the directory containing the script
14
14
SCRIPT_DIR=$( dirname " $( readlink -f " $0 " ) " )
15
15
16
+ echo " Current working directory: $( pwd) "
17
+
16
18
# Path to the configuration file
17
19
CONFIG_FILE=" $SCRIPT_DIR /msrv_config.json"
18
20
@@ -50,6 +52,8 @@ echo "checking packages: "$packages
50
52
echo
51
53
# Check MSRV for the packages
52
54
for package in $packages ; do
53
- echo " Running msrv check for $package with Rust $installed_version "
55
+ echo " Running MSRV check for $package with Rust $installed_version "
56
+ echo " Current working directory: $( pwd) "
57
+ echo " Command: rustup run \" $installed_version \" cargo check --manifest-path=\" $package \" --all-features"
54
58
rustup run " $installed_version " cargo check --manifest-path=$package --all-features
55
59
done
You can’t perform that action at this time.
0 commit comments