aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain-nightly.toml
diff options
context:
space:
mode:
authorJan Špaček <[email protected]>2024-05-25 21:44:37 +0200
committerJan Špaček <[email protected]>2024-05-30 18:28:29 +0200
commit368893c9cb1b192c9e0d45440cacb271d1039c29 (patch)
treec52f16cffaed563eb91145293e9afb1a6a526708 /rust-toolchain-nightly.toml
parent694ac3a51573421c90e350c6253e2f42b4ab0bb1 (diff)
Emit cargo:rustc-check-cfg instructions from build.rs
Diffstat (limited to 'rust-toolchain-nightly.toml')
-rw-r--r--rust-toolchain-nightly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml
index ac160b995..2143c1b2d 100644
--- a/rust-toolchain-nightly.toml
+++ b/rust-toolchain-nightly.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "nightly-2024-04-14" 2channel = "nightly-2024-05-20"
3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] 3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",