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.
1 parent 70e19b5 commit 55b017dCopy full SHA for 55b017d
Cargo.toml
@@ -17,7 +17,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] }
17
serde = { features = ["derive"], version = "1.0.125" }
18
serde_json = "1.0.64"
19
semver = "1.0.4"
20
-thiserror = "1"
+thiserror = "2"
21
tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" }
22
tracing = "0.1"
23
# We support versions 2, 3 and 4
0 commit comments