Bump modeling-cmds to 0.2.0
This commit is contained in:
14
src/wasm-lib/Cargo.lock
generated
14
src/wasm-lib/Cargo.lock
generated
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user