Skip to content

Commit 166bf17

Browse files
authored
Release 156 and bump kcl (#1567)
1 parent e4a344c commit 166bf17

2 files changed

Lines changed: 101 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 98 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zoo"
3-
version = "0.2.155"
3+
version = "0.2.156"
44
edition = "2021"
55
build = "build.rs"
66

@@ -37,8 +37,8 @@ image = { version = "0.25", default-features = false, features = [
3737
"jpeg",
3838
] }
3939
itertools = "0.14.0"
40-
kcl-lib = { version = "=0.2.138", features = ["disable-println"] }
41-
kcl-test-server = "=0.2.138"
40+
kcl-lib = { version = "=0.2.139", features = ["disable-println"] }
41+
kcl-test-server = "=0.2.139"
4242
kittycad = { version = "0.4.9", features = [
4343
"clap",
4444
"tabled",

0 commit comments

Comments
 (0)