Skip to content

Commit 1db4769

Browse files
committed
dependencies
1 parent ccc8699 commit 1db4769

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Enhancement: Runtime - \[Breaking Change\] New Env struct enabling commands to redirect out/err to provided streams #440
66
* Enhancement: Runtime - \[Breaking Change\] Commands now get new CommandArgs struct instead of multiple fields.
7+
* Enhancement: Runtime - Enable to halt execution via env.
78

89
### v0.9.4 (2024-09-28)
910

duckscript_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ suppaftp = "^6.0"
4747
walkdir = "^2"
4848
which = { version = "^6", default-features = false }
4949
whoami = "^1"
50-
zip = { version = "^1", default-features = false, features = [
50+
zip = { version = "^2", default-features = false, features = [
5151
"bzip2",
5252
"deflate",
5353
"time",

0 commit comments

Comments
 (0)