We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f490ee8 + 55b017d commit a3c84dcCopy full SHA for a3c84dc
Cargo.toml
@@ -18,7 +18,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] }
18
serde = { features = ["derive"], version = "1.0.125" }
19
serde_json = "1.0.64"
20
semver = "1.0.4"
21
-thiserror = "1"
+thiserror = "2"
22
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
23
tracing = "0.1"
24
# We support versions 2, 3 and 4
0 commit comments