We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc8699 commit 1db4769Copy full SHA for 1db4769
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Enhancement: Runtime - \[Breaking Change\] New Env struct enabling commands to redirect out/err to provided streams #440
6
* Enhancement: Runtime - \[Breaking Change\] Commands now get new CommandArgs struct instead of multiple fields.
7
+* Enhancement: Runtime - Enable to halt execution via env.
8
9
### v0.9.4 (2024-09-28)
10
duckscript_sdk/Cargo.toml
@@ -47,7 +47,7 @@ suppaftp = "^6.0"
47
walkdir = "^2"
48
which = { version = "^6", default-features = false }
49
whoami = "^1"
50
-zip = { version = "^1", default-features = false, features = [
+zip = { version = "^2", default-features = false, features = [
51
"bzip2",
52
"deflate",
53
"time",
0 commit comments