deps: Point to github and not local disk

This commit is contained in:
Alan Szepieniec 2025-08-13 23:04:54 +02:00
parent 863433cb77
commit e7c7fcc91f
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -1737,6 +1737,7 @@ dependencies = [
[[package]] [[package]]
name = "neptune-cash" name = "neptune-cash"
version = "0.3.0" version = "0.3.0"
source = "git+https://github.com/Neptune-Crypto/neptune-core.git?branch=asz%2Ftransparent-transactions#cece8dab9db0334b07a2112a9163e3882ab71a55"
dependencies = [ dependencies = [
"aead", "aead",
"aes-gcm", "aes-gcm",

View File

@ -48,7 +48,7 @@ arbitrary = "1.4.1"
proptest-arbitrary-interop = "0.1.0" proptest-arbitrary-interop = "0.1.0"
[patch.crates-io] [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] [features]
mock = ["dep:blake3", "dep:rand"] mock = ["dep:blake3", "dep:rand"]