Skip to content

Commit

Permalink
Bump KCL in Cargo.toml (#978)
Browse files Browse the repository at this point in the history
It was already bumped in Cargo.lock but the Cargo.toml is clearer.
  • Loading branch information
adamchalmers authored Oct 21, 2024
1 parent 0155d68 commit 5249978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ git_rev = "0.1.0"
heck = "0.5.0"
http = "1"
itertools = "0.12.1"
kcl-lib = { version = "0.2.21", features = ["disable-println"] }
kcl-test-server = "0.1.13"
kcl-lib = { version = "0.2.22", features = ["disable-println"] }
kcl-test-server = "0.1.14"
kittycad = { version = "0.3.23", features = ["clap", "tabled", "requests", "retry"] }
kittycad-modeling-cmds = { version = "0.2.69", features = ["websocket", "convert_client_crate", "tabled"] }
log = "0.4.22"
Expand Down

0 comments on commit 5249978

Please sign in to comment.