diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a93f5829d1c..7126e9eecfd 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2820,9 +2820,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.144" +version = "0.2.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c575ffec0c363c3cfcffcfcce8891dc365f9cbe7fe79404ed2087e7664f10c" +checksum = "dfc08235cb273fb7b317f8f072dadfe523d809e4fca4dfcfee80490ef5965d74" dependencies = [ "anyhow", "chrono", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 99f66734254..e67cfe5a59c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -29,7 +29,7 @@ kittycad = { version = "0.4.2", default-features = false, features = [ "js", "requests", ] } -kittycad-modeling-cmds = { version = "0.2.144", features = [ +kittycad-modeling-cmds = { version = "0.2.145", features = [ "ts-rs", "websocket", ] }