aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-20 06:56:30 +0000
committerGitHub <noreply@github.com>2022-12-20 06:56:30 +0000
commitd3dcb66511750b8e5f192f001e9db7d79c511b92 (patch)
tree61d1864c448eff55c4f522d0d47622db1a529565 /CHANGELOG.md
parent6c1743b5532a19b0e46a5ea919cd087a33669773 (diff)
parentd0b3d8b3f21d98311e08f5b70999054b6d078de8 (diff)
Merge #669
669: CI: Run rustup and cargo directly r=korken89 a=AfoHT actions-rs seems abandoned: See [link](https://github.com/actions-rs/toolchain/issues/216) As GHA bundles rustup using it directly is trivial Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d1a9f3..e18b214 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Fixed
+- Use native GHA rustup and cargo
- Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.
### Changed