Skip to content

Commit

Permalink
Restrict dev-dependencies to csv < 1.2
Browse files Browse the repository at this point in the history
We only have this dependency for `criterion`, so it doesn't need to
affect the crate MSRV.
  • Loading branch information
str4d committed Feb 27, 2023
1 parent a1965f3 commit d2cd259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ]

[dev-dependencies]
criterion = "0.3"
csv = ">= 1.0, < 1.2" # csv 1.2 has MSRV 1.60
hex = "0.4"
rand_xorshift = "0.3"
sha2 = "0.9"
Expand Down

0 comments on commit d2cd259

Please sign in to comment.