Skip to content
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

set appropriate minimum httpbody version #883

Merged
merged 5 commits into from
Nov 22, 2021
Merged

set appropriate minimum httpbody version #883

merged 5 commits into from
Nov 22, 2021

Conversation

rcoh
Copy link
Collaborator

@rcoh rcoh commented Nov 22, 2021

Motivation and Context

awslabs/aws-sdk-rust#305

Description

http_body::combinators was added in 0.4.1 but we specify 0.4.0 in the dependencies.

Testing

  • CI

Checklist

  • I have updated CHANGELOG.md if I made changes to the smithy-rs codegen or runtime crates
  • I have updated aws/SDK_CHANGELOG.md if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

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

@rcoh rcoh requested a review from a team as a code owner November 22, 2021 14:43
@github-actions
Copy link

A new generated diff is ready to view: __generated-main...__generated-http-body-version

1 similar comment
@github-actions
Copy link

A new generated diff is ready to view: __generated-main...__generated-http-body-version

http-body = "0.4.0"
http-body = "0.4.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have to be specific here or could we do "0.4"? Did we ever write down guidelines for how we specify dependency versions?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't do 0.4—we are not compatible with 0.4.0 (that's the entire genesis of this PR)

@github-actions
Copy link

A new generated diff is ready to view: __generated-main...__generated-http-body-version

@rcoh rcoh merged commit 32a09ec into main Nov 22, 2021
@rcoh rcoh deleted the http-body-version branch November 22, 2021 16:16
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.

None yet

2 participants