Skip to content

Commit

Permalink
Merge pull request #62 from cgwalters/bump-cap-std
Browse files Browse the repository at this point in the history
lib: Support cap-std-ext 4
  • Loading branch information
cgwalters committed Jan 24, 2024
2 parents e89694b + ce47b1d commit f625e60
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 f625e60

Please sign in to comment.