Skip to content

Bump serde from 1.0.192 to 1.0.193 (#266) #375

Bump serde from 1.0.192 to 1.0.193 (#266)

Bump serde from 1.0.192 to 1.0.193 (#266) #375

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup default nightly
- run: cargo build --workspace
- run: cargo test --workspace