From 483040613c317b05e35b1dbb03f678a2a55252d6 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 14 Aug 2024 13:50:29 -0700 Subject: [PATCH] no printlns Signed-off-by: Jess Frazelle --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb1609ee..621c6a7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4815,7 +4815,7 @@ dependencies = [ [[package]] name = "zoo" -version = "0.2.70" +version = "0.2.71" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e7dd3d64..1d2fe045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zoo" -version = "0.2.70" +version = "0.2.71" edition = "2021" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -22,7 +22,7 @@ git_rev = "0.1.0" heck = "0.5.0" http = "0.2.6" itertools = "0.12.1" -kcl-lib = "0.2.4" +kcl-lib = { version = "0.2.4", features = ["disable-println"] } kcl-test-server = "0.1.6" kittycad = { version = "0.3.14", features = ["clap", "tabled", "requests", "retry"] } log = "0.4.22"