Skip to content

Bump chrono from 0.4.26 to 0.4.31 #78

Bump chrono from 0.4.26 to 0.4.31

Bump chrono from 0.4.26 to 0.4.31 #78

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
paths:
- 'Cargo.toml'
- 'Cargo.lock'
- 'src/**'
- '.github/workflows/build.yml'
pull_request:
branches: [ "main" ]
paths:
- 'Cargo.toml'
- 'Cargo.lock'
- 'src/**'
- '.github/workflows/build.yml'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-06
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo +nightly-2022-11-06 build --release