Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 20, 2024
1 parent 8038aed commit d0c7154
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 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.8"
version = "0.1.9"
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 = {git = "https://github.com/kittycad/modeling-app", branch = "main", features = ["pyo3"]}
kcl-lib = {version = "0.1.60", features = ["pyo3"]}
kittycad = "0.3.5"
pyo3 = { version = "0.21.1", features = ["serde", "experimental-async"] }
reqwest = "0.11.0"
Expand Down

0 comments on commit d0c7154

Please sign in to comment.