Skip to content

chore(deps): bump chrono from 0.4.38 to 0.4.39 #97

chore(deps): bump chrono from 0.4.38 to 0.4.39

chore(deps): bump chrono from 0.4.38 to 0.4.39 #97

Workflow file for this run

name: Cargo Build & Test
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo build --verbose
- run: cargo test --verbose