Skip to content

Commit

Permalink
Update approx requirement from 0.3.2 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version.
- [Release notes](https://github.com/brendanzab/approx/releases)
- [Commits](https://github.com/brendanzab/approx/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Nov 1, 2020
1 parent 0d7943c commit 62e0369
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 @@ -14,7 +14,7 @@ categories = ["mathematics"]
crate-type = ["cdylib", "rlib"]

[dependencies]
approx = "0.3.2"
approx = "0.4.0"

[dev-dependencies]
proptest = { version = "0.10.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 62e0369

Please sign in to comment.