Skip to content

Bump cached from 0.48.1 to 0.49.2 #415

Bump cached from 0.48.1 to 0.49.2

Bump cached from 0.48.1 to 0.49.2 #415

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