Skip to content

Commit

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

---
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 15, 2024
1 parent 61a2fea commit a47e404
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 46 deletions.
96 changes: 51 additions & 45 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.20", default-features = false, features = ["cli", "engine", "disable-println"] }
kcl-lib = { version = "0.2.21", 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 a47e404

Please sign in to comment.