Skip to content

age: Replace callback input read_line_initial_text with write_str and read_line #129

age: Replace callback input read_line_initial_text with write_str and read_line

age: Replace callback input read_line_initial_text with write_str and read_line #129

Workflow file for this run

name: Audits
on: [push, pull_request]
permissions:
contents: read
jobs:
cargo-vet:
name: Vet Rust dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- name: Install cargo-vet
run: cargo install cargo-vet
- run: cargo vet --locked