Skip to content

Commit 3cc0055

Browse files
authored
Merge pull request #38 from dtolnay/lock
Provide Cargo.lock for reproducible packaging
2 parents 584c752 + cbe1172 commit 3cc0055

File tree

3 files changed

+308
-2
lines changed

3 files changed

+308
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [nightly, beta, stable, 1.34.0]
15+
rust: [nightly, beta, stable, 1.40.0]
1616
include:
1717
- rust: nightly
1818
target: Windows

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Cargo.lock
21
target

Cargo.lock

+307
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)