diff options
| author | Fuwn <[email protected]> | 2024-04-01 05:46:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-01 05:46:31 +0000 |
| commit | bf47405d6d5ebe363159a75ed2ac3c8f267d537e (patch) | |
| tree | 9da272ac1e8655e7a210eff5975ab3234cd5de90 /rust-toolchain.toml | |
| parent | fix(clippy): lints (diff) | |
| download | windmark-bf47405d6d5ebe363159a75ed2ac3c8f267d537e.tar.xz windmark-bf47405d6d5ebe363159a75ed2ac3c8f267d537e.zip | |
build(rustc): update toolchain
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 864d3c4..87d6531 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.68.2" +channel = "1.77.1" |