Skip to content

Commit

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

---
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 Oct 18, 2024
1 parent 48f4a33 commit 2b4dba6
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 @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "6.1.0"
kcl-lib = { version = "0.2.21", default-features = false, features = ["cli", "engine", "disable-println"] }
kcl-lib = { version = "0.2.22", default-features = false, features = ["cli", "engine", "disable-println"] }
#kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["cli", "engine", "disable-println"] }
kittycad = "0.3.23"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 2b4dba6

Please sign in to comment.