diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-07 11:24:13 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:31:06 +0100 |
| commit | 714020a624ca93c42d5da7ebe612e7fc668e1471 (patch) | |
| tree | 798716e0fd29d0b6235bb5bbec2dd11dba658ecc /rust-toolchain.toml | |
| parent | 53f3d397e76383deabbe9579a3522174c422a958 (diff) | |
Removed Priority, simplified lifetime handling
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 bbd57bc..e28b55d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly" components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] -targets = [ "thumbv7em-none-eabihf" ] +targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ] |
