Skip to content

Commit c8ba999

Browse files
Bump kittycad from 0.3.29 to 0.3.30 (#780)
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.29 to 0.3.30. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@v0.3.29...v0.3.30) --- updated-dependencies: - dependency-name: kittycad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e794f5 commit c8ba999

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ missing_docs = "deny"
1616
dbg_macro = "deny"
1717

1818
[workspace.dependencies]
19-
kittycad = { version = "0.3.29", features = ["requests"] }
19+
kittycad = { version = "0.3.30", 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-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum-iterator = "2.1.0"
1919
enum-iterator-derive = "1.2.1"
2020
euler = "0.4.1"
2121
http = "1.2.0"
22-
kittycad = { version = "0.3.29", optional = true }
22+
kittycad = { version = "0.3.30", optional = true }
2323
kittycad-modeling-cmds-macros = { workspace = true }
2424
kittycad-unit-conversion-derive = "0.1.0"
2525
measurements = "0.11.0"

0 commit comments

Comments
 (0)