Skip to content

Commit b0886ca

Browse files
committed
Correct rust version
1 parent 2cf7c98 commit b0886ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tasks/TASKS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ This document tracks all outstanding and completed tasks required to bring the `
1717

1818
### Task 3: Version compatibility fixes
1919

20-
* [ ] Update Rust to 1.78+ (to support edition 2024)
20+
* [ ] Update Rust to nightly (to support edition 2024)
2121
* [ ] Replace `aws_smithy_client::timeout::TimeoutConfig` with `aws_smithy_types::timeout::TimeoutConfig`
2222
* [ ] Update `Cargo.toml` with compatible versions for `aws-sdk-s3`, `aws-config`, etc.
23+
* [ ] Ensure all dependencies are compatible with the latest Rust edition
2324

2425
### Task 4: Resolve `?` mismatches
2526

0 commit comments

Comments
 (0)