Merge pull request #75 from phaazon/dependabot/cargo/master/float-cmp-gte-0.6-and-lt-0.10

Update float-cmp requirement from >=0.6, < 0.9 to >=0.6, < 0.10
This commit is contained in:
Dimitri Sabadie 2022-03-22 20:33:36 +01:00 committed by GitHub
commit 0ca1c5aa48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ nalgebra = { version = ">=0.21, <0.28", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]
float-cmp = ">=0.6, < 0.9"
float-cmp = ">=0.6, < 0.10"
serde_json = "1"
[package.metadata.docs.rs]