Skip to content

Commit edb459f

Browse files
committed
Remove optimize_crc32_auto feature from crc-fast
1 parent b9703dc commit edb459f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)