Skip to content

Commit cb2bb78

Browse files
authored
Merge pull request #14 from psibi/env-variables
2 parents 5cea2bb + 1f4e686 commit cb2bb78

File tree

7 files changed

+922
-409
lines changed

7 files changed

+922
-409
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
3434
- uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.88.0
36+
toolchain: 1.90.0
3737
targets: x86_64-unknown-linux-musl,aarch64-unknown-linux-musl
3838
- name: Install musl tools
3939
run: |

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626

2727
toolchain:
28-
- 1.88.0
28+
- 1.90.0
2929
- stable
3030
- nightly
3131

@@ -49,4 +49,4 @@ jobs:
4949
run: |
5050
just cargo-clippy-check
5151
just cargo-fmt-check
52-
if: matrix.toolchain == '1.88.0'
52+
if: matrix.toolchain == '1.90.0'

0 commit comments

Comments
 (0)