Skip to content

Commit 2efc880

Browse files
committed
Remove features = ["http-body-1-x"] from aws-smithy-types for aws-smithy-json and aws-smithy-cbor
1 parent 17ffedf commit 2efc880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features = [
2020
]
2121

2222
[dependencies]
23-
aws-smithy-types = { path = "../aws-smithy-types", features = ["http-body-1-x"] }
23+
aws-smithy-types = { path = "../aws-smithy-types" }
2424

2525
[dev-dependencies]
2626
criterion = "0.5.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
repository = "https://github.com/smithy-lang/smithy-rs"
99

1010
[dependencies]
11-
aws-smithy-types = { path = "../aws-smithy-types", features = ["http-body-1-x"] }
11+
aws-smithy-types = { path = "../aws-smithy-types" }
1212

1313
[dev-dependencies]
1414
proptest = "1"

0 commit comments

Comments
 (0)