Skip to content

Commit

Permalink
fix gregs bugs and bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 10, 2024
1 parent 20259f5 commit fb2d9d2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

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

5 changes: 3 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.26"
version = "0.1.27"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,8 @@ path = "src/main.rs"
anyhow = "1.0.83"
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "5.5.3"
kcl-lib = { version = "0.1.54", default-features = false, features = ["cli", "engine"] }
kcl-lib = { version = "0.1.55", default-features = false, features = ["cli", "engine"] }
#kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["cli", "engine"] }
kittycad = "0.3.1"
lazy_static = "1.4.0"
log = { version = "0.4.21", features = ["serde"] }
Expand Down

0 comments on commit fb2d9d2

Please sign in to comment.