Skip to content

Commit 2681f53

Browse files
committed
meta: Add a root Cargo.lock file
In order to improve upon some inconsistencies seen across CI runs and locally, add a Cargo.lock file for the main workspace.
1 parent bba024d commit 2681f53

File tree

2 files changed

+1649
-1
lines changed

2 files changed

+1649
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Rust files
2-
Cargo.lock
32
target
43

4+
# We have a couple of potential Cargo.lock files, but we only the root
5+
# workspace should have dependencies other than (optional) `cc`.
6+
Cargo.lock
7+
!/Cargo.lock
8+
59
# Sources for external files
610
compiler-rt
711
*.tar.gz

0 commit comments

Comments
 (0)