refactor: replace once_cell Lazy with LazyLock (#9844)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Harsh Pratap Singh
2024-08-08 19:50:42 +05:30
committed by GitHub
parent a206eb3690
commit 106a0c7cf7
17 changed files with 26 additions and 33 deletions

View File

@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.79" # MSRV
toolchain: "1.80" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
@ -130,7 +130,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.79" # MSRV
toolchain: "1.80" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true