Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 25, 2024
1 parent 9ef1f55 commit f4f2f86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "kcl-language-server"
description = "A language server for KCL."
authors = ["KittyCAD Inc <[email protected]>"]
version = "0.1.50"
version = "0.1.51"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "6.0.1"
kcl-lib = { version = "0.2.6", default-features = false, features = ["cli", "engine", "disable-println"] }
kcl-lib = { version = "0.2.11", 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.14"
lazy_static = "1.5.0"
Expand Down

0 comments on commit f4f2f86

Please sign in to comment.