-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run cargo update
on the runtime lockfiles and the SDK lockfile
#3928
Conversation
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
The failed server test is caused by the [[package]]
name = "time"
version = "0.3.37" The This was previously fixed by a9a69a5 copying the |
I've submitted a PR to enforce 'T' as the only allowed separator for date-time values: https://github.com/smithy-lang/smithy-rs/pull/3934/files |
A new generated diff is ready to view.
A new doc preview is ready to view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failing Semver test is expected and should be fixed by the MSRV bump to 1.81.0 that is currently in PR
If CI fails, commit the necessary fixes to this PR until all checks pass. If changes are required to [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/92916b5484cdfef9ff58540ebf5e845eeeccf860/aws/sdk/build.gradle.kts#L504), revert the first commit in the PR, run `./gradlew aws:sdk:cargoUpdateAllLockfiles`, and commit the updated lockfiles. Co-authored-by: Landon James <[email protected]> Co-authored-by: ysaito1001 <[email protected]>
If CI fails, commit the necessary fixes to this PR until all checks pass. If changes are required to [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/92916b5484cdfef9ff58540ebf5e845eeeccf860/aws/sdk/build.gradle.kts#L504), revert the first commit in the PR, run `./gradlew aws:sdk:cargoUpdateAllLockfiles`, and commit the updated lockfiles. Co-authored-by: Landon James <[email protected]> Co-authored-by: ysaito1001 <[email protected]>
If CI fails, commit the necessary fixes to this PR until all checks pass.
If changes are required to crateNameToLastKnownWorkingVersions, revert the first commit in the PR, run
./gradlew aws:sdk:cargoUpdateAllLockfiles
, and commit the updated lockfiles.