We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3d508 commit ba9255bCopy full SHA for ba9255b
Cargo.toml
@@ -36,8 +36,8 @@ dirs = "6"
36
dirs-sys = "0.5"
37
which = "8.0"
38
thiserror = "2"
39
-error-stack = "0.5"
40
-dotenvx-rs = "0.4.14"
+error-stack = "0.6"
+dotenvx-rs = "0.4.18"
41
shlex = "1.3"
42
cfg-if = "1"
43
uuid = { version = "1.18", features = ["v4"] }
@@ -66,7 +66,7 @@ lto = true
66
# Config for 'dist'
67
[workspace.metadata.dist]
68
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
69
-cargo-dist-version = "0.29.0"
+cargo-dist-version = "0.30.0"
70
# CI backends to support
71
ci = "github"
72
# The installers to generate for each app
0 commit comments