File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ 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
-
18
16
# Path to the configuration file
19
17
CONFIG_FILE=" $SCRIPT_DIR /msrv_config.json"
20
18
21
19
# Change to the root directory of the repository
22
20
cd " $SCRIPT_DIR /.."
23
21
22
+ echo " Current working directory: $( pwd) "
23
+
24
24
# function to check if specified toolchain is installed
25
25
check_rust_toolchain_installed () {
26
26
local version=$1
48
48
exit 1
49
49
fi
50
50
51
- echo " checking packages: " $packages
52
- echo
53
51
# Check MSRV for the packages
54
52
for package in $packages ; do
55
53
package=$( echo " $package " | tr -d ' \r\n' ) # Remove any newline and carriage return characters
56
54
echo " Command: rustup run \" $installed_version \" cargo check --manifest-path=\" $package \" --all-features"
57
55
rustup run " $installed_version " cargo check --manifest-path=$package --all-features
58
- done
56
+ done
Original file line number Diff line number Diff line change 13
13
" opentelemetry-otlp/Cargo.toml" ,
14
14
" opentelemetry-proto/Cargo.toml"
15
15
]
16
- }
16
+ }
17
+
You can’t perform that action at this time.
0 commit comments