fix modeling-api issue

This commit is contained in:
benjamaan476
2025-06-05 17:40:35 +01:00
parent b6ba5ef4be
commit 75c1a35a25
2 changed files with 3 additions and 1 deletions

3
rust/Cargo.lock generated
View File

@ -2050,6 +2050,7 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds"
version = "0.2.122"
source = "git+https://github.com/KittyCAD/modeling-api.git?branch=ben/conics#c4bfcbb124fb7d86ad0f2d060410802511b385d5"
dependencies = [
"anyhow",
"chrono",
@ -2074,6 +2075,7 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds-macros"
version = "0.1.12"
source = "git+https://github.com/KittyCAD/modeling-api.git?branch=ben/conics#c4bfcbb124fb7d86ad0f2d060410802511b385d5"
dependencies = [
"kittycad-modeling-cmds-macros-impl",
"proc-macro2",
@ -2084,6 +2086,7 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds-macros-impl"
version = "0.1.13"
source = "git+https://github.com/KittyCAD/modeling-api.git?branch=ben/conics#c4bfcbb124fb7d86ad0f2d060410802511b385d5"
dependencies = [
"proc-macro2",
"quote",

View File

@ -256,7 +256,6 @@ impl EngineConnection {
let entity_ids = generate_repl_uuids(*num_repetitions as usize);
this_response = OkModelingCmdResponse::EntityCircularPattern(kcmc::output::EntityCircularPattern {
entity_ids: entity_ids.clone(),
entity_face_edge_ids: vec![],
});