bytecodealliance / wrpc

Wasm component-native RPC framework
Other
118 stars 19 forks source link

Enable default features for url crate #331

Open domenukk opened 2 hours ago

domenukk commented 2 hours ago

In order to make the rust-url compatible with no_std, the crate needs to introduce a std feature and make it default. See https://github.com/servo/rust-url/pull/831.

To reduce impact, downstream libraries should leave url's default features enabled (no other features are currently default).