Skip to content

Commit ce47b1d

Browse files
committed
lib: Support cap-std-ext 4
Because we're not affected by the cap-std API changes. Signed-off-by: Colin Walters <[email protected]>
1 parent e89694b commit ce47b1d

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)