diff options
| author | Lino Le Van <11367844+lino-levan@users.noreply.github.com> | 2023-05-23 03:20:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-23 12:20:12 +0200 |
| commit | 5400570efa13d24519e321474f41ebda5cc4cbc7 (patch) | |
| tree | 334402245bf9be4d38f95fe2827ec8a9ee13d9a7 /.github/workflows | |
| parent | 5dbc15ef0c48cb024205ac84f295fdffef985374 (diff) | |
feat(cli): export as png (#1159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9daace18..ea0c5054 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.65.0 + - uses: dtolnay/rust-toolchain@1.67.0 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace |
