Unverified Commit d00acc3a authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Pin crc32c to avoid build.rs failure (#3665)

## Motivation and Context
Works around https://github.com/zowens/crc32c/issues/67

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent d5ea2cdd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[package]
name = "aws-smithy-checksums"
version = "0.60.8"
version = "0.60.9"
authors = [
  "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
  "Zelda Hessler <zhessler@amazon.com>",
@@ -16,7 +16,7 @@ repository = "https://github.com/smithy-lang/smithy-rs"
aws-smithy-http = { path = "../aws-smithy-http" }
aws-smithy-types = { path = "../aws-smithy-types" }
bytes = "1"
crc32c = "0.6.5"
crc32c = "=0.6.5"
crc32fast = "1.3"
hex = "0.4.3"
http = "0.2.8"