Update Rust crate serde_json to 1.0.80 #12

Merged
pierre merged 3 commits from renovate/serde_json-1.x into master 2022-05-05 16:15:37 +00:00
Showing only changes of commit 43dfcfb8cf - Show all commits

View File

@ -7,6 +7,7 @@ steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo check
- cargo test
- cargo clippy