Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Check in lockfile
Browse files Browse the repository at this point in the history
https://twitter.com/jonhoo/status/1571290371124260865

Note that this "increases" the MSRV to 1.63 since we have a dependency
on libc, but at the time of writing, Rust 1.42 still works just fine if
you are willing to use older versions of the dependencies.
  • Loading branch information
jonhoo committed Dec 31, 2024
1 parent 6585a18 commit 3dd2e52
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.42.0"]
msrv: ["1.63.0"] # libc
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
target
Cargo.lock
140 changes: 140 additions & 0 deletions Cargo.lock

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

0 comments on commit 3dd2e52

Please sign in to comment.