aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-07-25 15:53:00 +0200
committerDario Nieuwenhuis <[email protected]>2024-07-25 15:53:00 +0200
commit2d678d695637ed1023fd80fea482d60a288e4343 (patch)
treee31b0d20672194e7c3c3f190835d10e46f200dd5 /rust-toolchain.toml
parent8b4bb625be86e7c199a14ceffbed7ad87b99a8db (diff)
Update to Rust 1.80, make check-cfg unconditional.
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 037fc5c6a..ce9040a70 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "1.79" 2channel = "1.80"
3components = [ "rust-src", "rustfmt", "llvm-tools" ] 3components = [ "rust-src", "rustfmt", "llvm-tools" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",