Marwes / combine

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

chore: Update CI to run against rust 1.61 #360

Closed Marwes closed 10 months ago

Marwes commented 10 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)