Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 93 forks source link

memchr: use non deprecated feature `std` instead of `use_std` #348

Closed klensy closed 2 years ago

klensy commented 2 years ago

This leads to (possibly) different set of selected features when building some crates. https://github.com/BurntSushi/memchr/commit/8efd67fcc412445d6978cf35761ab81ed2d6e6fe

klensy commented 2 years ago

Looks like CI not healthy from https://github.com/Marwes/combine/commit/6de4b29d69ccd03c6ab8bef66a4eeaf588e50a92

klensy commented 2 years ago

Looks like crate build ok with 1.40.0 msrv, but tests not.

Marwes commented 2 years ago

Needs rebase now to the the changes to CI

klensy commented 2 years ago

Needs rebase now to the the changes to CI

Rebased.