Skip to content

Commit 29bc7df

Browse files
authored
Release 127 (#1369)
* Release 127 * Update kcl-derive-docs * Update kcl-error and kcl-api
1 parent 497e301 commit 29bc7df

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

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

@@ -37,15 +37,15 @@ image = { version = "0.25", default-features = false, features = [
3737
"jpeg",
3838
] }
3939
itertools = "0.12.1"
40-
kcl-lib = { version = "=0.2.103", features = ["disable-println"] }
41-
kcl-test-server = "=0.1.103"
40+
kcl-lib = { version = "=0.2.104", features = ["disable-println"] }
41+
kcl-test-server = "=0.1.104"
4242
kittycad = { version = "0.4.2", features = [
4343
"clap",
4444
"tabled",
4545
"requests",
4646
"retry",
4747
] }
48-
kittycad-modeling-cmds = { version = "=0.2.144", features = [
48+
kittycad-modeling-cmds = { version = "=0.2.145", features = [
4949
"websocket",
5050
"convert_client_crate",
5151
"tabled",

0 commit comments

Comments
 (0)