Skip to content

chore: pin time crate to fix CI #2324

Merged
rishav-karanjit merged 5 commits into
mainfrom
rishav/fix-ci
Jun 16, 2026
Merged

chore: pin time crate to fix CI #2324
rishav-karanjit merged 5 commits into
mainfrom
rishav/fix-ci

Conversation

@rishav-karanjit

@rishav-karanjit rishav-karanjit commented Jun 12, 2026

Copy link
Copy Markdown
Member

Issue #, if available:
CI is broken.

Description of changes:
smithy-rs already has a fix in this commit but not yet released. We should revert this pin after smithy-rs releases new version.

aws-smithy-types has a coherence conflict (E0119) with time >= 0.3.37 on rustc >= 1.80. time 0.3.37+ introduces ModifierValue associated type impls that conflict with CanDisable's blanket impl<T> From<T>. Pin time until upstream fixes it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

rishav-karanjit and others added 4 commits June 12, 2026 13:34
time >= 0.3.37 introduces ModifierValue associated type impls that
conflict with aws-smithy-types's blanket `impl<T> From<T> for
CanDisable<T>` on rustc >= 1.80 (E0119). Pin time until upstream
fixes the coherence issue.
Pin aws-smithy-types dependency to version 1.3
@rishav-karanjit rishav-karanjit changed the title chore: fix ci chore: pin time crate <0.3.37 to fix CI Jun 12, 2026
@rishav-karanjit rishav-karanjit changed the title chore: pin time crate <0.3.37 to fix CI chore: pin time crate to fix CI Jun 12, 2026
@rishav-karanjit rishav-karanjit marked this pull request as ready for review June 15, 2026 16:44
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner June 15, 2026 16:44
@rishav-karanjit rishav-karanjit merged commit 105e862 into main Jun 16, 2026
125 of 128 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants