We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf7c98 commit b0886caCopy full SHA for b0886ca
1 file changed
tasks/TASKS.md
@@ -17,9 +17,10 @@ This document tracks all outstanding and completed tasks required to bring the `
17
18
### Task 3: Version compatibility fixes
19
20
-* [ ] Update Rust to 1.78+ (to support edition 2024)
+* [ ] Update Rust to nightly (to support edition 2024)
21
* [ ] Replace `aws_smithy_client::timeout::TimeoutConfig` with `aws_smithy_types::timeout::TimeoutConfig`
22
* [ ] Update `Cargo.toml` with compatible versions for `aws-sdk-s3`, `aws-config`, etc.
23
+* [ ] Ensure all dependencies are compatible with the latest Rust edition
24
25
### Task 4: Resolve `?` mismatches
26
0 commit comments