Skip to content

Commit 7a5bb08

Browse files
committed
bump kittycad.rs
Signed-off-by: Jessie Frazelle <[email protected]>
1 parent caecee0 commit 7a5bb08

File tree

3 files changed

+100
-22
lines changed

3 files changed

+100
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"bumper",
5-
"modeling-cmds",
6-
"modeling-cmds-macros",
7-
"modeling-cmds-macros-impl",
8-
"modeling-session",
9-
"unit-conversion-derive",
4+
"bumper",
5+
"modeling-cmds",
6+
"modeling-cmds-macros",
7+
"modeling-cmds-macros-impl",
8+
"modeling-session",
9+
"unit-conversion-derive",
1010
]
1111

1212
[workspace.lints.rust]
@@ -16,7 +16,7 @@ missing_docs = "deny"
1616
dbg_macro = "deny"
1717

1818
[workspace.dependencies]
19-
kittycad = { version = "0.3.36", features = ["requests"] }
19+
kittycad = { version = "0.4.2", features = ["requests"] }
2020
kittycad-modeling-cmds = { path = "modeling-cmds", version = "0.2.0" }
2121
kittycad-modeling-cmds-macros = { path = "modeling-cmds-macros", version = "0.1.11" }
2222
kittycad-modeling-cmds-macros-impl = { path = "modeling-cmds-macros-impl", version = "0.1.12" }

modeling-session/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ impl Session {
6161
let (ws, _headers) = client
6262
.modeling()
6363
.commands_ws(
64+
None,
6465
fps,
6566
None,
6667
None,

0 commit comments

Comments
 (0)