We depend on subtle 2.3 for Option<T>: From<CtOption<T>>.

This commit is contained in:
Sean Bowe 2020-12-02 09:13:42 -07:00
parent d5927d66c0
commit a5d04725bd
No known key found for this signature in database
GPG key ID: 95684257D8F8B031

View file

@ -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"