Skip to content

Commit

Permalink
Enable default features for url crate
Browse files Browse the repository at this point in the history
In order to make the rust-url compatible with no_std, the crate needs to introduce a `std` feature and make it default. See servo/rust-url#831.

To reduce impact, downstream libraries should leave url's default features enabled (no other features are currently `default`).
  • Loading branch information
domenukk authored Sep 20, 2024
1 parent 986c949 commit d912e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ toml_edit = { version = "0.22.20" }
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = "0.3.18"
url = { version = "2.5.2", default-features = false }
url = "2.5.2"
walkdir = "2.5.0"
wiremock = "0.6.1"

Expand Down

0 comments on commit d912e7d

Please sign in to comment.