diff options
| author | Tobias Breitwieser <[email protected]> | 2024-06-18 16:42:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-18 16:42:22 +0200 |
| commit | bd6fad6b61a2ed72ec30bbc63481e6f56cc94ba2 (patch) | |
| tree | b52b96eb1b2245e1ea47817ce21aba123248ae31 /rust-toolchain-nightly.toml | |
| parent | a0231ed74ce1713c527f2574118c42e1a90cf18d (diff) | |
Update rust-toolchain-nightly.toml to compile with changes to fmt.rs
Diffstat (limited to 'rust-toolchain-nightly.toml')
| -rw-r--r-- | rust-toolchain-nightly.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml index 2143c1b2d..d965d67dd 100644 --- a/rust-toolchain-nightly.toml +++ b/rust-toolchain-nightly.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [toolchain] | 1 | [toolchain] |
| 2 | channel = "nightly-2024-05-20" | 2 | channel = "nightly-2024-06-18" |
| 3 | components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] | 3 | components = [ "rust-src", "rustfmt", "llvm-tools", "miri" ] |
| 4 | targets = [ | 4 | targets = [ |
| 5 | "thumbv7em-none-eabi", | 5 | "thumbv7em-none-eabi", |
