rsonquery / rsonpath

Blazing fast JSONPath query engine written in Rust.
https://rsonquery.github.io/rsonpath/
MIT License
45 stars 7 forks source link

test: add msrv verify as ci check #480

Closed V0ldek closed 6 months ago

V0ldek commented 6 months ago

Short description

The MSRV got unknowingly bumped before, with this CI check we will avoid it in the future.

This also fixes a violation of MSRV in rsonpath-syntax unknowingly introduced in #477

Checklist

All of these should be ticked off before you submit the PR.