Skip to content

Commit

Permalink
pin 'plotters' (secondary dev-dependency) to preserve MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
aganders3 committed Jul 6, 2022
1 parent 40de2f8 commit e007464
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
rayon = "1.0.2"
widestring = "0.5.1"
# plotters via criterion, 0.3.2 requires edition: 2021 (Rust 1.56)
plotters = { version = "=0.3.1", default-features = false }
plotters-backend = { version = "=0.3.2", default-features = false }
plotters-svg = { version = "=0.3.1", default-features = false }

[build-dependencies]
pyo3-build-config = { path = "pyo3-build-config", version = "0.16.5", features = ["resolve-config"] }
Expand Down

0 comments on commit e007464

Please sign in to comment.