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.
1 parent 1ad16be commit e4c4441Copy full SHA for e4c4441
Cargo.toml
@@ -16,7 +16,7 @@ exclude = ["tests/07a-mount-point-excl", "tests/10-example"]
16
anyhow = "1.0.12"
17
clap = { version = "4.5", default-features = false, features = ["std", "cargo", "help", "error-context"] }
18
liboverdrop = "0.1.0"
19
-rust-ini = ">=0.15, <0.19"
+rust-ini = ">=0.15, <=0.21"
20
log = { version = "0.4", features = ["std"] }
21
fasteval = { version = "0.2", default-features = false }
22
0 commit comments