Skip to content

Commit b1447ad

Browse files
committed
Upgrade kcl-lib crates and use released kittycad-modeling-cmds
1 parent 07aa82f commit b1447ad

File tree

2 files changed

+50
-23
lines changed

2 files changed

+50
-23
lines changed

Cargo.lock

Lines changed: 46 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ image = { version = "0.25", default-features = false, features = [
3737
"jpeg",
3838
] }
3939
itertools = "0.12.1"
40-
kcl-lib = { version = "=0.2.124", features = ["disable-println"] }
41-
kcl-test-server = "=0.1.124"
40+
kcl-lib = { version = "=0.2.125", features = ["disable-println"] }
41+
kcl-test-server = "=0.1.125"
4242
kittycad = { version = "0.4.6", features = [
4343
"clap",
4444
"tabled",
4545
"requests",
4646
"retry",
4747
] }
48-
kittycad-modeling-cmds = { version = "=0.2.164", features = [
48+
kittycad-modeling-cmds = { version = "=0.2.166", features = [
4949
"websocket",
5050
"convert_client_crate",
5151
"tabled",
@@ -118,8 +118,5 @@ incremental = true
118118
# Set this to 1 or 2 to get more useful backtraces in debugger.
119119
debug = 0
120120

121-
[patch.crates-io]
122-
kittycad-modeling-cmds = { git = "https://github.com/KittyCAD/modeling-api", branch = "achalmers/more-builders" }
123-
kcl-lib = { git = "https://github.com/KittyCAD/modeling-app", branch = "achalmers/integrate-builder" }
124-
kcl-test-server = { git = "https://github.com/KittyCAD/modeling-app", branch = "achalmers/integrate-builder" }
121+
# [patch.crates-io]
125122
# kcl-lib = { path = "../modeling-app/rust/kcl-lib" }

0 commit comments

Comments
 (0)