Skip to content

Commit 4e4a0ee

Browse files
authored
Removing the optimize_crc32_auto feature flag from the crc-fast (#4139)
2 parents 5bbf0a1 + 9d2e154 commit 4e4a0ee

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.changelog/crc-fast-feature.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
applies_to: ["client", "aws-sdk-rust"]
3+
authors: ["landonxjames"]
4+
references: ["aws-sdk-rust#1291"]
5+
breaking: false
6+
new_feature: false
7+
bug_fix: true
8+
---
9+
10+
Removing the `optimize_crc32_auto` feature flag from the `crc-fast` dependency of the `aws-smithy-checksums` crate since it was causing build issues for some customers.

rust-runtime/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.63.2"
3+
version = "0.63.3"
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.10.0"
19-
crc-fast = { version = "1.2.1", features = ["optimize_crc32_auto"] }
19+
crc-fast = { version = "1.2.1" }
2020
hex = "0.4.3"
2121
http = "0.2.9"
2222
http-body = "0.4.5"

0 commit comments

Comments
 (0)