diff options
| author | Fuwn <[email protected]> | 2025-07-08 02:56:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-08 02:56:20 +0000 |
| commit | 1b511ad32c9ed411938fca2a539b3814f14c4ec2 (patch) | |
| tree | c6839adfa8db78560048c343fd515b32bb6a66b6 | |
| parent | chore: Bump version patch (diff) | |
| download | windmark-1b511ad32c9ed411938fca2a539b3814f14c4ec2.tar.xz windmark-1b511ad32c9ed411938fca2a539b3814f14c4ec2.zip | |
chore: Suggest stable Rust toolchain
| -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 cf6d0f5..292fe49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.86.0" +channel = "stable" |