diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 04:20:43 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 04:20:43 +0300 |
| commit | 337894528c3afd55826b3b766a3afa6c076ba5fa (patch) | |
| tree | dc681fab3117ff051009022b38f9c81fa7bfbb7d /rust-toolchain.toml | |
| parent | 93cddf185195922a988741281fe8efbd69f2214c (diff) | |
| download | fparkan-337894528c3afd55826b3b766a3afa6c076ba5fa.tar.xz fparkan-337894528c3afd55826b3b766a3afa6c076ba5fa.zip | |
build: upgrade Rust toolchain to 1.97.1
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f9cc44b..8addfa6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.87.0" +channel = "1.97.1" components = ["clippy", "rustfmt", "rust-docs"] targets = [ "x86_64-unknown-linux-gnu", |
