Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 2, 2024
1 parent c08b75c commit 1a13cbf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 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.23"
version = "0.1.24"
edition = "2021"
license = "MIT"

Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "unicode"] }
dashmap = "5.5.3"
kcl-lib = { version = "0.1.51", default-features = false, features = ["cli", "engine"] }
kcl-lib = { version = "0.1.53", default-features = false, features = ["cli", "engine"] }
kittycad = "0.3.0"
lazy_static = "1.4.0"
log = { version = "0.4.21", features = ["serde"] }
Expand Down

0 comments on commit 1a13cbf

Please sign in to comment.