smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
467 stars 183 forks source link

Pin crc32c to a newer working version #3692

Closed ysaito1001 closed 2 weeks ago

ysaito1001 commented 2 weeks ago

Motivation and Context

https://github.com/smithy-lang/smithy-rs/issues/3672

Description

Pin to a newer working version of crc32c (will still pin to a particular version to avoid a breaking change, until the lockfile protection is available)

Testing


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

github-actions[bot] commented 2 weeks ago

A new generated diff is ready to view.

A new doc preview is ready to view.

ysaito1001 commented 2 weeks ago

Do we want to loosen this to 0.6.8 rather than =0.6.8 given pending lockfile adoption?

Will keep = just in case until lockfile adoption is fully in place.