Skip to content

Commit

Permalink
no printlns
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 14, 2024
1 parent 982ef0a commit 4830406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 4830406

Please sign in to comment.