Skip to content

Commit

Permalink
Fix build on 1.42 by pinning another dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Aug 23, 2022
1 parent bf471b4 commit 2457f8a
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 @@ -35,6 +35,7 @@ matches = "0.1.8"
quickcheck = "= 1.0.1" # 1.0.2 requires Rust >= 1.46.0
bitflags = "= 1.2.1" # 1.3.1 requires Rust >= 1.46.0
half = "= 1.7.1" # 1.8.0 requires Rust >= 1.51
plotters = "= 0.3.1" # 0.3.3 requires later Rust
plotters-backend = "= 0.3.2" # 0.3.4 requires later Rust

[[bench]]
Expand Down

0 comments on commit 2457f8a

Please sign in to comment.