Compare commits

...

1 Commits

Author SHA1 Message Date
225dc56efb Bump modeling-cmds to 0.2.0 2024-03-19 16:39:04 -05:00

View File

@ -2009,7 +2009,7 @@ dependencies = [
[[package]]
name = "kittycad-execution-plan"
version = "0.1.0"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"bytes",
"insta",
@ -2029,7 +2029,7 @@ dependencies = [
[[package]]
name = "kittycad-execution-plan-macros"
version = "0.1.9"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"proc-macro2",
"quote",
@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
name = "kittycad-execution-plan-traits"
version = "0.1.13"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"serde",
"thiserror",
@ -2048,8 +2048,8 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds"
version = "0.1.32"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
version = "0.2.0"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"anyhow",
"chrono",
@ -2077,7 +2077,7 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds-macros"
version = "0.1.2"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"proc-macro2",
"quote",
@ -2087,7 +2087,7 @@ dependencies = [
[[package]]
name = "kittycad-modeling-session"
version = "0.1.1"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#494225aaac06fab77c4822e7dc48738ecca35392"
source = "git+https://github.com/KittyCAD/modeling-api?branch=main#acf85283ccc8ea03cde0f8ca2beb8435112c63ed"
dependencies = [
"futures",
"kittycad",