Keats / jsonwebtoken

JWT lib in rust
MIT License
1.62k stars 252 forks source link

Fix CI #322

Closed DavidS closed 11 months ago

DavidS commented 11 months ago

Update MSRV to current reality (1.67 as of https://github.com/Keats/jsonwebtoken/pull/303) and address clippy suggestions.

DavidS commented 11 months ago

I've also looked into pushing the MSRV down further, but we'd miss out on stuff in pem and/or time.

Keats commented 11 months ago

Looks like it just need cargo fmt

DavidS commented 11 months ago

Easy enough 😅 - removed one empty line.

Keats commented 11 months ago

Thanks!