Skip to content

Commit

Permalink
cargo: update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Jan 22, 2021
1 parent aa5b046 commit 3238588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ homepage = "https://github.com/systemd/zram-generator"
edition = "2018"

[dependencies]
anyhow = "1.0.12"
anyhow = ">=1.0.12, <1.0.39"
clap = { version = "2.33", default-features = false }
liboverdrop = "0.0.2"
rust-ini = ">=0.13, <0.17"
log = { version = "0.4", features = ["std"] }

[dev-dependencies]
tempfile = "3"
fs_extra = "1.1"
fs_extra = ">=1.1, <1.3"

[profile.release]
lto = true

0 comments on commit 3238588

Please sign in to comment.