diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8aab8beb8..f34af57fd 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2074,9 +2074,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.114" +version = "0.2.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681ce29b9da92aa6f8bfc003ccb79a9f1a84368e064d68684327b3181dfe16ec" +checksum = "e95dfcade93787f8a7529ad7b9b81f038823e273e7684297085ef720962b7497" dependencies = [ "anyhow", "chrono", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index cff411851..d403ce4d3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -36,7 +36,7 @@ dashmap = { version = "6.1.0" } http = "1" indexmap = "2.9.0" kittycad = { version = "0.3.36", default-features = false, features = ["js", "requests"] } -kittycad-modeling-cmds = { version = "0.2.114", features = ["ts-rs", "websocket"] } +kittycad-modeling-cmds = { version = "0.2.115", features = ["ts-rs", "websocket"] } lazy_static = "1.5.0" miette = "7.5.0" pyo3 = { version = "0.24.1" } diff --git a/rust/kcl-lib/src/execution/artifact.rs b/rust/kcl-lib/src/execution/artifact.rs index 1bfa8f2d6..46f67e002 100644 --- a/rust/kcl-lib/src/execution/artifact.rs +++ b/rust/kcl-lib/src/execution/artifact.rs @@ -780,6 +780,7 @@ fn flatten_modeling_command_responses( | OkWebSocketResponseData::Export { .. } | OkWebSocketResponseData::MetricsRequest { .. } | OkWebSocketResponseData::ModelingSessionData { .. } + | OkWebSocketResponseData::Debug { .. } | OkWebSocketResponseData::Pong { .. } => {} } }