diff options
| author | Yang Hau <vulxj0j8j8@gmail.com> | 2023-06-07 07:42:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 14:42:58 +0200 |
| commit | 0dc1776202149bb59c21d1db8efe2a10c409b6e6 (patch) | |
| tree | 559458439d86e43ec5376e33db7cc18b5139caca /.github | |
| parent | 3d3ea9016f339b3753fc7e4c909d6a522a0b7a75 (diff) | |
refactor: Replace once_cell to std lib (#1402)
Diffstat (limited to '.github')
| -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 ea0c5054..c6743f86 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.67.0 + - uses: dtolnay/rust-toolchain@1.70.0 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace |
