Skip to content

Commit 634816e

Browse files
authored
Do not unconditionally enable some core features (Azure#2574)
Fixes Azure#2551
1 parent a2a3cae commit 634816e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ path = "sdk/typespec/typespec_macros"
4848
version = "0.25.0"
4949
path = "sdk/core/azure_core"
5050
default-features = false
51-
# Keep these in sync with azure_core. This allows
52-
# azure_core_amqp and dependents to ignore default features.
53-
features = [
54-
"reqwest",
55-
"reqwest_deflate",
56-
"reqwest_gzip",
57-
]
5851

5952
[workspace.dependencies.azure_core_amqp]
6053
version = "0.4.0"

0 commit comments

Comments
 (0)