Don't disable default features of form_urlencoded#1135
Don't disable default features of form_urlencoded#1135madsmtm wants to merge 1 commit intoiotaledger:mainfrom
form_urlencoded#1135Conversation
In servo/rust-url#722, we would like to make the crate potentially not need `alloc` in the future, but to do so, we must now introduce a required `alloc` feature. Since this crate uses `default-features = false` on `form_urlencoded` (which previously did nothing), it will break once that change lands. Also requires l1h3r/did_url#2 to land (since this crate depends on `did_url`).
|
Hi @madsmtm 👋 Thank you for taking the time to open this PR and the consideration, we appreciate it! |
That's understandable - you're free to do so however you wish btw (e.g. I don't need the |
|
Hi 👋 @madsmtm Would you be able to sign your commit? |
|
Hmm, I quickly tried to do so but it seems it'll take me some more time to understand how git signing works first :/ I'd be fine with you / someone else just doing an empty rebase and pushing to my fork, or whatever works. |
No problem 👌 We will do the change in #1136 and close this PR. |
Description of change
In servo/rust-url#722, we would like to make the crate potentially not need
allocin the future, but to do so, we must now introduce a requiredallocfeature.Since this project uses
default-features = falseonform_urlencoded(which previously did nothing), it will break once that change lands.Links to any relevant issues
Also requires l1h3r/did_url#2 to land (since this crate depends on
did_url).Type of change
How the change has been tested
N/A
Change checklist