deps: Point to github and not local disk
This commit is contained in:
parent
863433cb77
commit
e7c7fcc91f
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1737,6 +1737,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "neptune-cash"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/Neptune-Crypto/neptune-core.git?branch=asz%2Ftransparent-transactions#cece8dab9db0334b07a2112a9163e3882ab71a55"
|
||||
dependencies = [
|
||||
"aead",
|
||||
"aes-gcm",
|
||||
|
||||
@ -48,7 +48,7 @@ arbitrary = "1.4.1"
|
||||
proptest-arbitrary-interop = "0.1.0"
|
||||
|
||||
[patch.crates-io]
|
||||
neptune-cash = {path = "../neptune-core/neptune-core/" }
|
||||
neptune-cash = { git = "https://github.com/Neptune-Crypto/neptune-core.git", branch = "asz/transparent-transactions" }
|
||||
|
||||
[features]
|
||||
mock = ["dep:blake3", "dep:rand"]
|
||||
Loading…
x
Reference in New Issue
Block a user