Skip to content

Commit

Permalink
Bump kcl-lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
lf94 committed Sep 23, 2024
1 parent 05db5f2 commit cf0d188
Showing 1 changed file with 2 additions and 2 deletions.
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-kcl"
version = "0.1.34"
version = "0.1.35"
edition = "2021"
repository = "https://github.com/kittycad/kcl.py"

Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.89"
kcl-lib = { version = "0.2.16", features = ["pyo3", "disable-println"] }
kcl-lib = { version = "0.2.18", features = ["pyo3", "disable-println"] }
kittycad = "0.3.18"
kittycad-modeling-cmds = "0.2.60"
pyo3 = { version = "0.22.2", features = ["serde", "experimental-async"] }
Expand Down

0 comments on commit cf0d188

Please sign in to comment.