mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Tweak the example rust-toolchain.toml
in doc
This commit is contained in:
parent
93ff90db04
commit
0406b83c52
@ -85,9 +85,9 @@ A minimal example:
|
||||
[source,toml]
|
||||
----
|
||||
[toolchain]
|
||||
channel = "nightly-2023-08-19" # <- as of writing, this is the exact rust version embassy uses
|
||||
channel = "1.85" # <- as of writing, this is the exact rust version embassy uses
|
||||
components = [ "rust-src", "rustfmt" ] # <- optionally add "llvm-tools-preview" for some extra features like "cargo size"
|
||||
targets = [
|
||||
"thumbv6m-none-eabi" # <-change for your platform
|
||||
"thumbv6m-none-eabi" # <- change for your platform
|
||||
]
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user