Skip to content

Commit

Permalink
Update plotters
Browse files Browse the repository at this point in the history
This prevents panics happened in the example
  • Loading branch information
hombit committed Aug 31, 2023
1 parent 038612a commit 663710f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ clap = { version = "3.2.6", features = ["std", "color", "suggestions", "derive",
criterion = "0.4"
hyperdual = "1.1"
light-curve-common = "0.1.0"
plotters = { version = "0.3.1", default-features = false, features = ["errorbar", "line_series", "ttf"] }
plotters-bitmap = "0.3.1"
plotters = { version = "0.3.5", default-features = false, features = ["errorbar", "line_series", "ttf"] }
plotters-bitmap = "0.3.3"
rand = "0.7"
rand_distr = "0.2"
rayon = "1.5"
Expand Down

0 comments on commit 663710f

Please sign in to comment.