Skip to content

Commit 25c79fc

Browse files
author
Yucong Sun
committed
Fix depenedncy to force libra-swarm use local client implementation.
1 parent 2df09f1 commit 25c79fc

File tree

2 files changed

+6
-34
lines changed

2 files changed

+6
-34
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ compiler = { git = "https://github.com/libra/libra.git", branch = "testnet" }
5858

5959
[features]
6060
default = []
61-
fuzzing = ["proptest", "libra-crypto/fuzzing", "fixme-libra-types/fuzzing"]
61+
fuzzing = ["proptest", "libra-crypto/fuzzing", "fixme-libra-types/fuzzing"]
62+
63+
# Override depenedency to use local client implementation.
64+
[patch."https://github.com/libra/libra.git"]
65+
client = { path = "./" }

0 commit comments

Comments
 (0)