We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ffedf commit 2efc880Copy full SHA for 2efc880
rust-runtime/aws-smithy-cbor/Cargo.toml
@@ -20,7 +20,7 @@ features = [
20
]
21
22
[dependencies]
23
-aws-smithy-types = { path = "../aws-smithy-types", features = ["http-body-1-x"] }
+aws-smithy-types = { path = "../aws-smithy-types" }
24
25
[dev-dependencies]
26
criterion = "0.5.1"
rust-runtime/aws-smithy-json/Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
8
repository = "https://github.com/smithy-lang/smithy-rs"
9
10
11
12
13
14
proptest = "1"
0 commit comments