Marwes / combine

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

chore: Update CI to run against rust 1.61 #360

Closed Marwes closed 8 months ago

Marwes commented 8 months ago

Newer versions of memchr requires this more recent version of rust, so to keep things simple we just keep pace here (the minimum rust version is just to guard against using too recent features of rust)