Skip to content

Commit

Permalink
buimp
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 3, 2024
1 parent a66c3d4 commit e007a3b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 deletions 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-kcl"
version = "0.1.30"
version = "0.1.31"
edition = "2021"
repository = "https://github.com/kittycad/kcl.py"

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

[dependencies]
anyhow = "1.0.86"
kcl-lib = { version = "0.2.11", features = ["pyo3", "disable-println"] }
kcl-lib = { version = "0.2.12", features = ["pyo3", "disable-println"] }
kittycad = "0.3.18"
pyo3 = { version = "0.22.2", features = ["serde", "experimental-async"] }
reqwest = "0.11.0"
Expand Down

0 comments on commit e007a3b

Please sign in to comment.