Skip to content

Commit f495747

Browse files
committed
Upgrade to Rust 1.86
The aws dependencies need at least Rust 1.86, hence use that version. A nightly release is not needed, hence use this stable release instead. Closes #134.
1 parent 6a8e7da commit f495747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-01-03"
2+
channel = "1.86"
33
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)