Skip to content

Commit 133a6f5

Browse files
committed
Bump to 1.66.1
1 parent f783a2f commit 133a6f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: 1.64
25+
toolchain: "1.66.1"
2626
override: true
2727
components: clippy, rustfmt
2828
- uses: actions-rs/cargo@v1

rust_dev_preview/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This should be kept in sync with https://github.com/awslabs/aws-sdk-rust#supported-rust-versions-msrv
22
[toolchain]
3-
channel = "1.64"
3+
channel = "1.66.1"

0 commit comments

Comments
 (0)