pest-parser / pest

The Elegant Parser
https://pest.rs
Apache License 2.0
4.67k stars 262 forks source link

ci: fix for cargo-msrv needing at least 1.59 now #850

Closed tomtau closed 1 year ago

Tartasprint commented 1 year ago

Isn't updating the rust-version in each Cargo.toml also necessary ?

tomtau commented 1 year ago

@Tartasprint no, pest's MSRV is still 1.56... this one was for building the cargo-msrv tool which is for checking MSRV (and the tool itself requires 1.59 to build it, but it can check lower MSRV AFAIK)