Skip to content

Commit

Permalink
Cargo.toml: allow rust-ini 0.18
Browse files Browse the repository at this point in the history
This is what Fedora has. Seems to compile just fine.
  • Loading branch information
keszybz committed Nov 27, 2024
1 parent 53337e5 commit e535402
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 @@ -16,7 +16,7 @@ exclude = ["tests/07a-mount-point-excl", "tests/10-example"]
anyhow = "1.0.12"
clap = { version = "4.5", default-features = false, features = ["std", "cargo", "help", "error-context"] }
liboverdrop = "0.1.0"
rust-ini = ">=0.15, <0.18"
rust-ini = ">=0.15, <0.19"
log = { version = "0.4", features = ["std"] }
fasteval = { version = "0.2", default-features = false }

Expand Down

0 comments on commit e535402

Please sign in to comment.