Skip to content

Commit 3ba425e

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 34a9616 commit 3ba425e

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+
# These should only have optional `cc` dependencies which isn't used by deault
5+
# (and usually works across updates otherwise).
6+
builtins-shim/Cargo.lock
7+
builtins-test-intrinsics/Cargo.lock
8+
59
# Sources for external files
610
compiler-rt
711
*.tar.gz

0 commit comments

Comments
 (0)