Keats / jsonwebtoken

JWT lib in rust
MIT License
1.64k stars 260 forks source link

Update actions/checkout version #291

Closed giraffate closed 1 year ago

giraffate commented 1 year ago

actions/checkout@v3 is available now: https://github.com/actions/checkout/blob/main/CHANGELOG.md

giraffate commented 1 year ago

The Clippy test fails because the new lint was added in 1.67. I'll prepare a fix for it tomorrow.

Keats commented 1 year ago

Yeah I just got the same on another repo. I'm tempted to remove -D warnings since i don't want some clippy warnings are kind of opinionated and don't have a notion of MSRV

giraffate commented 1 year ago

Clippy can support the MSRV by setting the msrv tag in clippy.toml. Does this project have that version? I can't find it.

giraffate commented 1 year ago

Clippy can support the MSRV by setting the msrv tag in clippy.toml. Does this project have that version? I can't find it.

I missed it in README. And I set rust-version in Cargo.toml instead of adding clippy.toml.