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

Commit

Permalink
Merge pull request #117 from hadronized/dependabot/cargo/master/float…
Browse files Browse the repository at this point in the history
…-cmp-gte-0.6-and-lt-0.11

Update float-cmp requirement from >=0.6, < 0.10 to >=0.6, < 0.11
  • Loading branch information
hadronized authored Oct 10, 2024
2 parents 53b8886 + 3d5d83d commit fc56891
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 fc56891

Please sign in to comment.