Skip to content

Commit 6ca9279

Browse files
committed
Bump rust toolchain to 1.64
1 parent 9dad776 commit 6ca9279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

+1-1
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.63
25+
toolchain: 1.64
2626
override: true
2727
components: clippy, rustfmt
2828
- uses: actions-rs/cargo@v1

rust_dev_preview/rust-toolchain.toml

+1-1
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.63"
3+
channel = "1.64"

0 commit comments

Comments
 (0)