aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Babak <[email protected]>2024-09-06 11:29:12 +0200
committerOleksandr Babak <[email protected]>2024-09-06 11:29:12 +0200
commit5b4941a51040d1bbcc00590a504e078e2f72f3bd (patch)
tree19c4ffa4e215b6040f454efaffad43e66fd60a9d
parent01d8508b6c9bf89e27a83b9587bcc13c358c1e51 (diff)
ci: update rust-toolchain
-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 dfa231344..0b10d7194 100644
--- a/rust-toolchain-nightly.toml
+++ b/rust-toolchain-nightly.toml
@@ -1,5 +1,5 @@
1[toolchain] 1[toolchain]
2channel = "nightly-2024-07-16" 2channel = "nightly-2024-09-06"
3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] 3components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ]
4targets = [ 4targets = [
5 "thumbv7em-none-eabi", 5 "thumbv7em-none-eabi",