Commit d3b8223
committed
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>1 parent ad8aecd commit d3b8223
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments