Skip to content

Commit

Permalink
remote versioning for path provided dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed Dec 7, 2021
1 parent 99d62d9 commit 1b5e6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlc-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ unstable = []
use-serde = ["serde", "dlc/use-serde", "dlc-messages/serde"]

[dev-dependencies]
bitcoin-rpc-provider = {version = "0.1.0", path = "../bitcoin-rpc-provider"}
bitcoin-test-utils = {version = "0.1.0", path = "../bitcoin-test-utils"}
bitcoin-rpc-provider = {path = "../bitcoin-rpc-provider"}
bitcoin-test-utils = {path = "../bitcoin-test-utils"}
bitcoincore-rpc = {version = "0.13.0", git = "https://github.com/p2pderivatives/rust-bitcoincore-rpc", branch = "dlc-version"}
bitcoincore-rpc-json = {version = "0.13.0", git = "https://github.com/p2pderivatives/rust-bitcoincore-rpc", branch = "dlc-version"}
env_logger = "0.8.4"
Expand Down

0 comments on commit 1b5e6bb

Please sign in to comment.