mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
We depend on subtle 2.3 for Option<T>: From<CtOption<T>>.
This commit is contained in:
parent
d5927d66c0
commit
a5d04725bd
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
bitvec = "0.18"
|
||||
subtle = "2.2.1"
|
||||
subtle = "2.3"
|
||||
crossbeam-utils = "0.7"
|
||||
ff = "0.8"
|
||||
metrics = "=0.13.0-alpha.11"
|
||||
|
|
|
|||
Loading…
Reference in a new issue