We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 289f33f + 708af68 commit e2be70eCopy full SHA for e2be70e
Cargo.toml
@@ -29,9 +29,9 @@ toml = { version = "0.5", optional = true }
29
serde_json = { version = "1.0.2", optional = true }
30
yaml-rust = { version = "0.4", optional = true }
31
serde-hjson = { version = "0.9", default-features = false, optional = true }
32
-rust-ini = { version = "0.16", optional = true }
+rust-ini = { version = "0.17", optional = true }
33
34
[dev-dependencies]
35
serde_derive = "1.0.8"
36
-float-cmp = "0.6"
+float-cmp = "0.8"
37
chrono = { version = "0.4", features = ["serde"] }
0 commit comments