Skip to content

Update serde monorepo to 1.0.190 #135

Update serde monorepo to 1.0.190

Update serde monorepo to 1.0.190 #135

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Build
run: cargo build --release