Skip to content

Commit d00acc3

Browse files
authored
Pin crc32c to avoid build.rs failure (#3665)
## Motivation and Context Works around zowens/crc32c#67 ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent d5ea2cd commit d00acc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-runtime/aws-smithy-checksums/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-checksums"
3-
version = "0.60.8"
3+
version = "0.60.9"
44
authors = [
55
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
66
"Zelda Hessler <zhessler@amazon.com>",
@@ -16,7 +16,7 @@ repository = "https://github.com/smithy-lang/smithy-rs"
1616
aws-smithy-http = { path = "../aws-smithy-http" }
1717
aws-smithy-types = { path = "../aws-smithy-types" }
1818
bytes = "1"
19-
crc32c = "0.6.5"
19+
crc32c = "=0.6.5"
2020
crc32fast = "1.3"
2121
hex = "0.4.3"
2222
http = "0.2.8"

0 commit comments

Comments
 (0)