Skip to content

Commit 74edb05

Browse files
authored
Release 116 (#1309)
1 parent 495ad4c commit 74edb05

File tree

2 files changed

+67
-19
lines changed

2 files changed

+67
-19
lines changed

Cargo.lock

Lines changed: 63 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.115"
3+
version = "0.2.116"
44
edition = "2021"
55
build = "build.rs"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -22,9 +22,9 @@ git_rev = "0.1.0"
2222
heck = "0.5.0"
2323
http = "1"
2424
itertools = "0.12.1"
25-
kcl-lib = { version = "=0.2.87", features = ["disable-println"] }
26-
kcl-derive-docs = { version = "=0.1.87" }
27-
kcl-test-server = "=0.1.87"
25+
kcl-lib = { version = "=0.2.90", features = ["disable-println"] }
26+
kcl-derive-docs = { version = "=0.1.90" }
27+
kcl-test-server = "=0.1.90"
2828
kittycad = { version = "0.3.34", features = ["clap", "tabled", "requests", "retry"] }
2929
kittycad-modeling-cmds = { version = "=0.2.128", features = ["websocket", "convert_client_crate", "tabled"] }
3030
log = "0.4.27"

0 commit comments

Comments
 (0)