Skip to content

Commit fc32062

Browse files
authored
Merge 'Pre-release amendments' from Piotr Sarna (#78)
1. make the tool/pre-release.sh script fail with the wrong number of parameters 2. explicitly set rust-toolchain to 1.65.0
2 parents fdf5701 + 307fd5c commit fc32062

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.65.0

tool/pre-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
if [[ "$#" != "1" ]]; then
99
echo "Usage: $0 <release-number>"
10+
exit 1
1011
fi
1112

1213
for mode in "" "--enable-wasm-runtime" "--enable-wasm-runtime-dynamic"; do

0 commit comments

Comments
 (0)