jonhoo / rust-ci-conf

Collection of CI configuration files for Rust projects
287 stars 60 forks source link

The matrix for msrv needs quoted semver or it will truncate #11

Closed jmchacon closed 1 year ago

jmchacon commented 1 year ago

Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here