mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Pin all metrics crate dependencies
We depend on the alpha version, where breaking changes are occurring regularly. However, the metrics crate does not pin exact versions of its dependencies, which can break our CI if a new alpha dependency is released with breaking changes. Fortunately the metrics crate only has a single metrics-* dependency, so we can just pin that as well.
This commit is contained in:
parent
8389389d37
commit
c8e6fd9dfd
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ subtle = "2.3"
|
|||
crossbeam-utils = "0.7"
|
||||
ff = "0.8"
|
||||
metrics = "=0.13.0-alpha.13"
|
||||
metrics-macros = "=0.1.0-alpha.9"
|
||||
num_cpus = "1.13"
|
||||
rand = "0.7"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue