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