Skip to content

Commit

Permalink
lib: Bump cap-std-ext minimal version to 0.25
Browse files Browse the repository at this point in the history
We use `atomic_write` which was added in 0.25:
coreos/cap-std-ext#12
  • Loading branch information
jlebon committed Jun 24, 2022
1 parent c3d0bd0 commit bec51bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ bitflags = "1"
camino = "1.0.4"
chrono = "0.4.19"
cjson = "0.1.1"
cap-std-ext = ">= 0.24, <= 0.25"
cap-std-ext = ">= 0.25"
cap-tempfile = "0.24"
flate2 = { features = ["zlib"], default_features = false, version = "1.0.20" }
fn-error-context = "0.2.0"
Expand Down

0 comments on commit bec51bd

Please sign in to comment.