Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Oct 13, 2023
1 parent 940968a commit a1120fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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.14"
version = "0.1.15"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.75"
clap = { version = "4.4.4", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "5.5.3"
kcl-lib = { version = "0.1.34", default-features = false, features = ["cli"] }
kcl-lib = { version = "0.1.35", default-features = false, features = ["cli"] }
#kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["cli"] }
lazy_static = "1.4.0"
log = { version = "0.4.20", features = ["serde"] }
Expand Down

0 comments on commit a1120fc

Please sign in to comment.