Skip to content

Update Rust crate serde_json to 1.0.108 #137

Update Rust crate serde_json to 1.0.108

Update Rust crate serde_json to 1.0.108 #137

Workflow file for this run

name: Rust build
on:
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release