Use kittycad-modeling-cmds from crates.io (#3939)

This commit is contained in:
Adam Chalmers
2024-09-20 16:33:38 -05:00
committed by GitHub
parent 5a0a635995
commit 3e79b90884
2 changed files with 6 additions and 4 deletions

View File

@ -1526,8 +1526,9 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds"
version = "0.2.59"
source = "git+https://github.com/KittyCAD/modeling-api?branch=achalmers/no-more-empty#2611f6f93b20b4efc701fd008ee3ccab8c447907"
version = "0.2.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5128ba683e849388cac4214b65911c343842d559bec10827575c840a47733786"
dependencies = [
"anyhow",
"chrono",
@ -1551,7 +1552,8 @@ dependencies = [
[[package]]
name = "kittycad-modeling-cmds-macros"
version = "0.1.9"
source = "git+https://github.com/KittyCAD/modeling-api?branch=achalmers/no-more-empty#2611f6f93b20b4efc701fd008ee3ccab8c447907"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0cdc505a33bfffb87c317435ec41ced8f73474217cf30db685e479bf289757e"
dependencies = [
"proc-macro2",
"quote",

View File

@ -73,7 +73,7 @@ members = [
http = "0.2.12"
kittycad = { version = "0.3.20", default-features = false, features = ["js", "requests"] }
kittycad-modeling-session = "0.1.4"
kittycad-modeling-cmds = { git = "https://github.com/KittyCAD/modeling-api", branch="achalmers/no-more-empty", features = ["websocket"] }
kittycad-modeling-cmds = { version = "0.2.61", features = ["websocket"] }
[[test]]
name = "executor"