diff --git a/Cargo.toml b/Cargo.toml index 11bfa31..4377dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" tari_utilities = { version = "0.7", default-features = false, features = ["zero"] } blake2 = { version = "0.10", default-features = false } borsh = { version = "1.2" , optional = true , default-features = false, features = ["derive"]} -bulletproofs_plus = { package = "tari_bulletproofs_plus", git = "https://github.com/AaronFeickert/bulletproofs-plus", branch = "no-more-partial-precomp", optional = true } +bulletproofs_plus = { package = "tari_bulletproofs_plus", git = "https://github.com/tari-project/bulletproofs-plus", optional = true } curve25519-dalek = { version = "4", default-features = false, features = [ "alloc", "rand_core", "precomputed-tables", "zeroize"] } digest = { version = "0.10", default-features = false } log = { version = "0.4" , default-features = false}