bump kittycad.rs (#2196)

* update lib

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fix tests

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-22 20:46:54 -07:00
committed by GitHub
parent aafbaf6c50
commit 00da062586
21 changed files with 38 additions and 38 deletions

View File

@ -39,7 +39,7 @@ mod test_examples_my_func {
uuid::Uuid::new_v4(),
crate::executor::SourceRange::default(),
kittycad::types::ModelingCmd::ZoomToFit {
object_ids: Some(Default::default()),
object_ids: Default::default(),
padding: 0.1,
},
)
@ -116,7 +116,7 @@ mod test_examples_my_func {
uuid::Uuid::new_v4(),
crate::executor::SourceRange::default(),
kittycad::types::ModelingCmd::ZoomToFit {
object_ids: Some(Default::default()),
object_ids: Default::default(),
padding: 0.1,
},
)