Skip to content

Commit e65909d

Browse files
committed
Switch to Rust stable
Don't pin an old release, let's let people use the latest stable. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 22c05a4 commit e65909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
profile = "default"
3-
channel = "1.75.0"
3+
channel = "stable"
44
components = ["rust-src", "clippy", "rustfmt"]
55
targets = ["x86_64-unknown-uefi"]

0 commit comments

Comments
 (0)