Skip to content

Commit

Permalink
edition=2021
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Dec 11, 2024
1 parent f2dfdef commit d22e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ main() {
esac

# test crate
cargo init --lib --name foo $td
cargo init --lib --name foo --edition 2021 $td
echo 'cortex-m = "0.7.7"' >> $td/Cargo.toml
echo 'cortex-m-rt = "0.7.3"' >> $td/Cargo.toml
echo 'vcell = "0.1.3"' >> $td/Cargo.toml
Expand Down

0 comments on commit d22e32e

Please sign in to comment.