We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ef0b0 + 8dec06c commit 0e2aa42Copy full SHA for 0e2aa42
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
## [Unreleased]
9
10
+- Force using rust edition 2021 in CI
11
+
12
## [v0.35.0] - 2024-11-12
13
14
- Add `crate_path` setting
ci/script.sh
@@ -39,7 +39,7 @@ main() {
39
esac
40
41
# test crate
42
- cargo init --lib --name foo $td
+ cargo init --lib --name foo --edition 2021 $td
43
echo 'cortex-m = "0.7.7"' >> $td/Cargo.toml
44
echo 'cortex-m-rt = "0.7.3"' >> $td/Cargo.toml
45
echo 'vcell = "0.1.3"' >> $td/Cargo.toml
0 commit comments