Skip to content

Commit

Permalink
Bump stable on rust cross services.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Sep 12, 2023
1 parent 6763603 commit 9f00e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust_dev_preview/cross_service/rest_ses/src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fn make_report(items: Vec<WorkItem>) -> Result<Vec<u8>, ReportError> {
.map_err(ReportError::XslxError)?;

let wrote_workbook: Result<(), ReportError> = {
for (col, text) in vec!["Writer", "Date", "Guide", "Description", "Status"]
for (col, text) in ["Writer", "Date", "Guide", "Description", "Status"]
.iter()
.enumerate()
{
Expand Down
2 changes: 1 addition & 1 deletion rust_dev_preview/cross_service/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This should be kept in sync with https://github.com/awslabs/aws-sdk-rust#supported-rust-versions-msrv
[toolchain]
channel = "1.69.0"
channel = "stable"

0 comments on commit 9f00e5a

Please sign in to comment.