Skip to content

Commit e5001b3

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 0a1a06c commit e5001b3

File tree

2 files changed

+879
-3
lines changed

2 files changed

+879
-3
lines changed

.gitignore

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

3-
# Lock files
4-
Cargo.lock
3+
# Ignore library lock file.
4+
/Cargo.lock
5+
# But check in lock file for test package infra.
6+
!/bitcoind-tests/Cargo.lock
57

68
# Build artifacts
79
target
8-

0 commit comments

Comments
 (0)