diff --git a/Cargo.lock b/Cargo.lock index e0de3e9..a4887b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 0032c16..373ede9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] \ No newline at end of file