mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Restrict dev-dependencies to csv < 1.2
We only have this dependency for `criterion`, so it doesn't need to affect the crate MSRV.
This commit is contained in:
parent
374f52d55c
commit
437d471b4d
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]
|
|||
[dev-dependencies]
|
||||
bincode = "1.3"
|
||||
criterion = "0.3"
|
||||
csv = ">= 1.0, < 1.2" # csv 1.2 has MSRV 1.60
|
||||
rand_xorshift = "0.3"
|
||||
serde_json = "1.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue