Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enable default features for url crate
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. In order to reduce impact, downstream libraries should leave url's default features enabled (no other features are currently `default`). Signed-off-by: Dominik Maier <dmnk@google.com>
- Loading branch information