Skip to content

Commit

Permalink
lib: Support cap-std-ext 4
Browse files Browse the repository at this point in the history
Because we're not affected by the cap-std API changes.
  • Loading branch information
cgwalters committed Jan 23, 2024
1 parent e89694b commit 2772f29
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 @@ -21,8 +21,8 @@ serde_json = "1.0.64"
semver = "1.0.4"
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
tracing = "0.1"
# We support both versions
cap-std-ext = ">= 2.0, <= 3.0"
# We support versions 2, 3 and 4
cap-std-ext = ">= 2.0, <= 4.0"

[dev-dependencies]
bytes = "1.5"
Expand Down

0 comments on commit 2772f29

Please sign in to comment.