Skip to content

Commit

Permalink
Bump kcl-lib from 0.1.68 to 0.1.69 (#9)
Browse files Browse the repository at this point in the history
Bumps [kcl-lib](https://github.com/KittyCAD/modeling-app) from 0.1.68 to 0.1.69.
- [Release notes](https://github.com/KittyCAD/modeling-app/releases)
- [Commits](https://github.com/KittyCAD/modeling-app/commits)

---
updated-dependencies:
- dependency-name: kcl-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 874cb4c commit a77e976
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.86"
kcl-lib = {version = "0.1.68", features = ["pyo3"]}
kcl-lib = {version = "0.1.69", features = ["pyo3"]}
kittycad = "0.3.6"
pyo3 = { version = "0.22.0", features = ["serde", "experimental-async"] }
reqwest = "0.11.0"
Expand Down

0 comments on commit a77e976

Please sign in to comment.