Skip to content

Commit

Permalink
re-enable using rustls with data-tables (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
bmc-msft and Brian Caswell authored Jan 3, 2022
1 parent 7c82d1d commit cfb8a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/data_tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ tokio = { version = "1.0", features = ["full"] }

[features]
test_e2e = []
enable_reqwest = ["azure_core/enable_reqwest", "azure_storage/enable_reqwest"]
enable_reqwest_rustls = ["azure_core/enable_reqwest_rustls", "azure_storage/enable_reqwest_rustls"]

0 comments on commit cfb8a99

Please sign in to comment.