Skip to content

Commit

Permalink
Merge pull request #892 from rust-embedded/ed2021
Browse files Browse the repository at this point in the history
edition 2021
  • Loading branch information
burrbull authored Dec 14, 2024
2 parents b6ef0b0 + 8dec06c commit 0e2aa42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- Force using rust edition 2021 in CI

## [v0.35.0] - 2024-11-12

- Add `crate_path` setting
Expand Down
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 0e2aa42

Please sign in to comment.