From 5249978b8c5546f817bd6515cc5bf43b0428dfcd Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Mon, 21 Oct 2024 14:20:53 -0500 Subject: [PATCH] Bump KCL in Cargo.toml (#978) It was already bumped in Cargo.lock but the Cargo.toml is clearer. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2bd77bc0..d9175f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ git_rev = "0.1.0" heck = "0.5.0" http = "1" itertools = "0.12.1" -kcl-lib = { version = "0.2.21", features = ["disable-println"] } -kcl-test-server = "0.1.13" +kcl-lib = { version = "0.2.22", features = ["disable-println"] } +kcl-test-server = "0.1.14" kittycad = { version = "0.3.23", features = ["clap", "tabled", "requests", "retry"] } kittycad-modeling-cmds = { version = "0.2.69", features = ["websocket", "convert_client_crate", "tabled"] } log = "0.4.22"