Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Make matches crate no_std compatible #23

Merged
merged 2 commits into from
Aug 12, 2021
Merged

Make matches crate no_std compatible #23

merged 2 commits into from
Aug 12, 2021

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Aug 12, 2021

I wanted to make the url crate no_std compatible, but since their MSRV is 1.36, they still use this crate, and hence is blocked here.

Another option is to not do this and just wait until url bumps their MSRV, or remove usage of the matches! macro from url.

I wanted to make the [`url`](https://github.com/servo/rust-url) crate `no_std` compatible, but since their MSRV is 1.36, they still use this crate, and hence is blocked here.

Another option is to not do this and just wait until `url` updates their MSRV, or remove usage of the `matches!` macro from `url`.
@SimonSapin
Copy link
Owner

Presumably you’ll want this on crates.io, so please also increment the version number to 0.1.9 in this PR.

@madsmtm
Copy link
Contributor Author

madsmtm commented Aug 12, 2021

Alright, done!

@SimonSapin SimonSapin merged commit 276e723 into SimonSapin:master Aug 12, 2021
@SimonSapin
Copy link
Owner

https://crates.io/crates/matches/0.1.9 is up!

madsmtm added a commit to madsmtm/rust-url that referenced this pull request Aug 13, 2021
@madsmtm madsmtm deleted the patch-1 branch August 24, 2021 00:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants