Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update float-cmp requirement from >=0.6, < 0.10 to >=0.6, < 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [float-cmp](https://github.com/mikedilger/float-cmp) to permit the latest version.
- [Commits](https://github.com/mikedilger/float-cmp/commits)

---
updated-dependencies:
- dependency-name: float-cmp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 53b8886 commit 3d5d83d
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 @@ -28,7 +28,7 @@ nalgebra = { version = ">=0.21, <0.34", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
float-cmp = ">=0.6, < 0.10"
float-cmp = ">=0.6, < 0.11"
serde_json = "1"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 3d5d83d

Please sign in to comment.