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 de0e645e99 - Show all commits

View File

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