Skip to content

Commit

Permalink
nbump
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Sep 26, 2024
1 parent 31c5b10 commit 85a9a40
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
42 changes: 27 additions & 15 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 <kcl@kittycad.io>"]
version = "0.1.56"
version = "0.1.57"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.89"
clap = { version = "4.5.18", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "6.1.0"
kcl-lib = { version = "0.2.18", default-features = false, features = ["cli", "engine", "disable-println"] }
kcl-lib = { version = "0.2.19", 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.21"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 85a9a40

Please sign in to comment.