Skip to content

Commit f2e32a5

Browse files
authored
Release 114 (#1299)
Bumps kcl and the modeling commands
1 parent e81a452 commit f2e32a5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zoo"
3-
version = "0.2.113"
3+
version = "0.2.114"
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,11 +22,11 @@ git_rev = "0.1.0"
2222
heck = "0.5.0"
2323
http = "1"
2424
itertools = "0.12.1"
25-
kcl-lib = { version = "=0.2.85", features = ["disable-println"] }
26-
kcl-derive-docs = { version = "=0.1.85" }
27-
kcl-test-server = "=0.1.85"
25+
kcl-lib = { version = "=0.2.86", features = ["disable-println"] }
26+
kcl-derive-docs = { version = "=0.1.86" }
27+
kcl-test-server = "=0.1.86"
2828
kittycad = { version = "0.3.34", features = ["clap", "tabled", "requests", "retry"] }
29-
kittycad-modeling-cmds = { version = "=0.2.126", features = ["websocket", "convert_client_crate", "tabled"] }
29+
kittycad-modeling-cmds = { version = "=0.2.128", features = ["websocket", "convert_client_crate", "tabled"] }
3030
log = "0.4.27"
3131
miette = { version = "7.5.0", features = ["fancy"] }
3232
nu-ansi-term = "0.50.1"

0 commit comments

Comments
 (0)