Skip to content

Commit 1d5ad19

Browse files
authored
refactor!: remove cloud feature alias (#751)
1 parent 2e859ee commit 1d5ad19

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ cloud-base = ["serde", "serde_json", "quick-xml", "hyper", "chrono/serde", "base
9090
# Built-in reqwest-based HTTP transport.
9191
reqwest = ["dep:reqwest", "reqwest/stream"]
9292

93-
# Compatibility/convenience alias.
94-
# Historically, cloud meant "common cloud support", including reqwest.
95-
# Keep that behavior for existing users.
96-
cloud = ["cloud-base", "reqwest"]
97-
9893
# Provider base features.
9994
# These compile provider logic without forcing reqwest.
10095
azure-base = ["cloud-base", "httparse"]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@
554554
//! | `reqwest` | Enables the default [`reqwest`]-based [`HttpConnector`]. Pulled in automatically by `aws`, `azure`, `gcp`, and `http`. |
555555
//! | `tls-webpki-roots` | When `reqwest` is enabled, also bundle Mozilla's [`webpki-roots`] CA certificates. See [TLS Certificates](#tls-certificates). |
556556
//! | `cloud-base` | Shared cloud-provider implementation. Pulled in automatically by every `*-base` feature; usually not enabled directly. |
557-
//! | `cloud` | Back-compat alias for `cloud-base` + `reqwest`. Kept for users that previously depended on the `cloud` umbrella feature. |
558557
//!
559558
//! ## Other features
560559
//!

0 commit comments

Comments
 (0)