Skip to content

Commit

Permalink
default sdks to azure_core/enable_reqwest (#1003)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Taggart <[email protected]>
  • Loading branch information
cataggar and ctaggart authored Aug 12, 2022
1 parent 5d3e72a commit a63710a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/iot_hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ reqwest = "0.11.0"
tokio = { version = "1.0", features = ["macros"] }

[features]
default = ["azure_core/default"]
default = ["azure_core/enable_reqwest"]
2 changes: 1 addition & 1 deletion sdk/messaging_eventgrid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ url = "2.2"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

[features]
default = ["azure_core/default"]
default = ["azure_core/enable_reqwest"]
2 changes: 1 addition & 1 deletion sdk/messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
env_logger = "0.9"

[features]
default = ["azure_core/default"]
default = ["azure_core/enable_reqwest"]
test_e2e = []
2 changes: 1 addition & 1 deletion sdk/security_keyvault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ async-trait = "0.1"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

[features]
default = ["azure_core/default"]
default = ["azure_core/enable_reqwest"]

0 comments on commit a63710a

Please sign in to comment.