Skip to content

Commit

Permalink
Widen cap-std-ext to include 2.0
Browse files Browse the repository at this point in the history
Just keeping up with versions; we actually didn't use the
`rustix` re-export so we can continue to build with both
versions just to maximize flexibility for clients.
  • Loading branch information
cgwalters committed May 22, 2023
1 parent 217a614 commit d0ad831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ semver = "1.0.4"
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
tracing = "0.1"
cap-tempfile = "1.0.1"
cap-std-ext = "1.0"
# We didn't use the rustix re-export, so we're compatible with 1.x and 2.x.
cap-std-ext = ">= 1.0, < 3.0"

[lib]
path = "src/imageproxy.rs"
Expand Down

0 comments on commit d0ad831

Please sign in to comment.