Skip to content

Bump redact from 0.1.9 to 0.1.10 #12

Bump redact from 0.1.9 to 0.1.10

Bump redact from 0.1.9 to 0.1.10 #12

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
paths:
- src/**
- Cargo.lock
- Cargo.toml
pull_request:
branches: ["main"]
paths:
- src/**
- Cargo.lock
- Cargo.toml
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose