Skip to content

Commit 0ad6c7d

Browse files
committed
Fix integration lock file
Checking in the lock file for the integration tests package since an update to cargo-rbmt started to use the --locked flag which breaks on any dependency version changes. This might need to be re-worked to be more maintainable, I could see it falling out of date. But will give it a shot first.
1 parent 8447e82 commit 0ad6c7d

File tree

2 files changed

+877
-3
lines changed

2 files changed

+877
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# .gitignore for rust-psbt repository.
22

3-
# Lock files
4-
Cargo.lock
3+
# Ignore library lock file.
4+
/Cargo.lock
55

66
# Build artifacts
77
target
8-

0 commit comments

Comments
 (0)