Skip to content

Commit

Permalink
remove dependency on once_cell
Browse files Browse the repository at this point in the history
Use the std equivalent OnceLock.
  • Loading branch information
ystreet committed Jan 15, 2025
1 parent 49bcaef commit a67cfaa
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
toolchain: ['1.65', stable]
toolchain: ['1.71', stable]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
override: true
- name: Use MSRV Cargo.lock
run: cp Cargo.lock.msrv Cargo.lock
if: matrix.toolchain == '1.65'
if: matrix.toolchain == '1.71'
- name: Build
run: cargo build --verbose
test:
Expand Down
215 changes: 189 additions & 26 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a67cfaa

Please sign in to comment.