mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Change Cargo.toml to use subtle-0.3.0.
This commit is contained in:
parent
49f8781681
commit
cb98a23230
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ version = "0.3"
|
|||
version = "0.6"
|
||||
|
||||
[dependencies.subtle]
|
||||
version = "^0.2"
|
||||
version = "^0.3"
|
||||
default-features = false
|
||||
|
||||
[dependencies.generic-array]
|
||||
|
|
|
|||
Loading…
Reference in a new issue