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 d601693
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 @@ -16,6 +16,7 @@ edition = "2021"
rustdoc-args = [ "--html-in-header", "katex-header.html" ]

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

0 comments on commit d601693

Please sign in to comment.