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

Commit 3dd2e52

Browse files
committed
Check in lockfile
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.
1 parent 6585a18 commit 3dd2e52

File tree

3 files changed

+141
-2
lines changed

3 files changed

+141
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
113113
strategy:
114114
matrix:
115-
msrv: ["1.42.0"]
115+
msrv: ["1.63.0"] # libc
116116
name: ubuntu / ${{ matrix.msrv }}
117117
steps:
118118
- uses: actions/checkout@v4

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
target
2-
Cargo.lock

Cargo.lock

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)