mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
Update Cargo.toml
This commit is contained in:
parent
0fceb83717
commit
b8f71e85d1
1 changed files with 2 additions and 2 deletions
|
|
@ -67,14 +67,14 @@ optional = true
|
|||
|
||||
[dependencies.engine25519-as]
|
||||
git = "https://github.com/betrusted-io/engine25519-as.git"
|
||||
rev = "38ab5edca80917ed37158fb8d18f7656b3601eb9"
|
||||
rev = "d249c967556b02ab5439eacb5078fa00c60b93d6"
|
||||
default-features = false
|
||||
features = []
|
||||
optional = true
|
||||
|
||||
[dev-dependencies.engine25519-as]
|
||||
git = "https://github.com/betrusted-io/engine25519-as.git"
|
||||
rev = "38ab5edca80917ed37158fb8d18f7656b3601eb9"
|
||||
rev = "d249c967556b02ab5439eacb5078fa00c60b93d6"
|
||||
|
||||
[features]
|
||||
nightly = ["subtle/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue