Skip to content

Commit

Permalink
Merge pull request argmin-rs#74 from argmin-rs/dependabot/cargo/appro…
Browse files Browse the repository at this point in the history
…x-0.4.0

Update approx requirement from 0.3.2 to 0.4.0
  • Loading branch information
stefan-k authored Oct 26, 2020
2 parents 1ac788f + cac5640 commit 80db3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [

[dependencies]
anyhow = "1.0"
approx = "0.3.2"
approx = "0.4.0"
bincode = "1.1.4"
ctrlc = { version = "3.1.2", optional = true }
gnuplot = { version = "0.0.37", optional = true}
Expand Down

0 comments on commit 80db3cf

Please sign in to comment.