mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 07:14:23 +01:00
tester: pin sphinx-rs deps
txoo 0.4.5 breaks the build so it is currently locked at 0.4.4 by the cargo.lock file
This commit is contained in:
648
tester/Cargo.lock
generated
648
tester/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -24,9 +24,9 @@ serde_json = "1.0"
|
|||||||
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }
|
tokio = { version = "1.4.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||||
urlencoding = "2.1.0"
|
urlencoding = "2.1.0"
|
||||||
|
|
||||||
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git" }
|
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "150f592d67e25358367b921c52cd7b3bcccc40d3" }
|
||||||
# sphinx-signer = { path = "../../sphinx-rs/signer" }
|
# sphinx-signer = { path = "../../sphinx-rs/signer" }
|
||||||
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git" }
|
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "150f592d67e25358367b921c52cd7b3bcccc40d3" }
|
||||||
# sphinx-crypter = { path = "../../sphinx-rs/crypter" }
|
# sphinx-crypter = { path = "../../sphinx-rs/crypter" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|||||||
Reference in New Issue
Block a user