Merge pull request #127 from huitseeker/update-merlin

Updates the merlin dependency to ^2 and the correct repo
This commit is contained in:
isis agora lovecruft 2020-06-30 22:58:39 +00:00 committed by GitHub
commit 8ebbbe5f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ features = ["nightly", "batch"]
[dependencies]
curve25519-dalek = { version = "2", default-features = false }
merlin = { version = "1", default-features = false, optional = true, git = "https://github.com/isislovecruft/merlin", branch = "develop" }
merlin = { version = "2", default-features = false, optional = true }
rand = { version = "0.7", default-features = false, optional = true }
rand_core = { version = "0.5", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }