Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit e980dbc

Browse files
update toolchain to non-prehistoric
1 parent 9b63be7 commit e980dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust-toolchain.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-07-08"
3-
components = [ "rustfmt", "clippy", "rust-src" ]
4-
targets = [ "x86_64-unknown-linux-gnu" ]
2+
channel = "1.85.0"
3+
components = ["rustfmt", "clippy", "rust-src"]
4+
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)