Update Rust crate jwt-simple to 0.12.1 #200

Merged
pierre merged 6 commits from renovate/jwt-simple-0.x into master 2023-12-23 14:50:21 +00:00
Showing only changes of commit e5f98e11a6 - Show all commits

View File

@ -7,7 +7,7 @@ steps:
- name: cargo_check
image: rust
commands:
- apt update && apt install -y cmake
- apt update && apt install -y cmake libclang1-15
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test