diff --git a/Cargo.lock b/Cargo.lock index 8a41ab5..ce6bdb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1384,9 +1384,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.86" +version = "0.2.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e34a8eeb4fff5167666d1f2bc36c95d08ab3a0f736a02c8d33a8cde21cfd8d" +checksum = "9160de143453d8eb187ee6537e1c9923509051dad0ff1b32b81e30d13b6d158c" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7ff8959..98c40fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ kcl-lib = { version = "0.2.29", features = [ ] } #kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["pyo3", "engine", "disable-println"] } kittycad = "0.3.28" -kittycad-modeling-cmds = "0.2.86" +kittycad-modeling-cmds = "0.2.88" pyo3 = { version = "0.22.6", features = ["serde", "experimental-async"] } reqwest = "0.12" serde = "1.0.217"