diff options
| author | Mathias <[email protected]> | 2023-07-05 12:23:11 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2023-07-05 12:36:42 +0200 |
| commit | 1255d8a8ce2c5b2ed9b33a6c3d2ee5e0d6b99ba1 (patch) | |
| tree | f51f75e1e9b555f621bac59f5f8d2c68016fd39c /rust-toolchain.toml | |
| parent | 60b2f075dcd561cdf3ff069c1cfc5d4177c1a133 (diff) | |
| parent | 3341b53eb4b04173f658d88fad7cd81c38083e8e (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fd454db26..c201d8bdf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Before upgrading check that everything is available on all tier1 targets here: | 1 | # Before upgrading check that everything is available on all tier1 targets here: |
| 2 | # https://rust-lang.github.io/rustup-components-history | 2 | # https://rust-lang.github.io/rustup-components-history |
| 3 | [toolchain] | 3 | [toolchain] |
| 4 | channel = "nightly-2023-05-18" | 4 | channel = "nightly-2023-07-03" |
| 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] | 5 | components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] |
| 6 | targets = [ | 6 | targets = [ |
| 7 | "thumbv7em-none-eabi", | 7 | "thumbv7em-none-eabi", |
