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 873f52c04c - Show all commits

View File

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