Use reddsa 0.1 instead of the git dependency

This commit is contained in:
Jack Grigg 2021-11-19 23:10:46 +00:00
parent dfcea20569
commit 1cd9e7d4d4
1 changed files with 1 additions and 4 deletions

View File

@ -33,6 +33,7 @@ memuse = { version = "0.2", features = ["nonempty"] }
pasta_curves = "0.2.1"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
reddsa = "0.1"
nonempty = "0.7"
serde = { version = "1.0", features = ["derive"] }
subtle = "2.3"
@ -42,10 +43,6 @@ incrementalmerkletree = "0.1"
# Developer tooling dependencies
plotters = { version = "0.3.0", optional = true }
[dependencies.reddsa]
git = "https://github.com/str4d/redjubjub.git"
rev = "416a6a8ebf8bd42c114c938883016c04f338de72"
[dev-dependencies]
criterion = "0.3"
hex = "0.4"