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 Dec 14, 2024
1 parent 99537a5 commit 4a56376
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 68 deletions.
117 changes: 51 additions & 66 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.63"
version = "0.1.64"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.94"
clap = { version = "4.5.23", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "6.1.0"
kcl-lib = { version = "0.2.28", default-features = false, features = [
kcl-lib = { version = "0.2.29", default-features = false, features = [
"cli",
"engine",
"disable-println",
Expand Down

0 comments on commit 4a56376

Please sign in to comment.