Skip to content

Commit f625e60

Browse files
authored
Merge pull request #62 from cgwalters/bump-cap-std
lib: Support cap-std-ext 4
2 parents e89694b + ce47b1d commit f625e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ serde_json = "1.0.64"
2121
semver = "1.0.4"
2222
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
2323
tracing = "0.1"
24-
# We support both versions
25-
cap-std-ext = ">= 2.0, <= 3.0"
24+
# We support versions 2, 3 and 4
25+
cap-std-ext = ">= 2.0, <= 4.0"
2626

2727
[dev-dependencies]
2828
bytes = "1.5"

0 commit comments

Comments
 (0)