Skip to content

Commit d22e32e

Browse files
committed
edition=2021
1 parent f2dfdef commit d22e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ main() {
3939
esac
4040

4141
# test crate
42-
cargo init --lib --name foo $td
42+
cargo init --lib --name foo --edition 2021 $td
4343
echo 'cortex-m = "0.7.7"' >> $td/Cargo.toml
4444
echo 'cortex-m-rt = "0.7.3"' >> $td/Cargo.toml
4545
echo 'vcell = "0.1.3"' >> $td/Cargo.toml

0 commit comments

Comments
 (0)