Skip to content

Commit 0e2aa42

Browse files
authored
Merge pull request #892 from rust-embedded/ed2021
edition 2021
2 parents b6ef0b0 + 8dec06c commit 0e2aa42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
- Force using rust edition 2021 in CI
11+
1012
## [v0.35.0] - 2024-11-12
1113

1214
- Add `crate_path` setting

ci/script.sh

+1-1
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)