diff options
| author | Fuwn <[email protected]> | 2022-06-14 10:31:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-14 10:31:14 +0000 |
| commit | 539c48e0b131695cdcbe4cc25130d9584db256b7 (patch) | |
| tree | 45329bcd7bba6f420f1d88e04403bb7c36490312 | |
| parent | fix(readme): add macros feature (diff) | |
| download | germ-539c48e0b131695cdcbe4cc25130d9584db256b7.tar.xz germ-539c48e0b131695cdcbe4cc25130d9584db256b7.zip | |
fix(check): use nightly toolchain
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c1d1f7a..3a3ba7a 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -23,7 +23,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: nightly components: rustfmt, clippy override: true |