Skip to content

Commit f6936f5

Browse files
authored
bump kcl friends (#5948)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
1 parent eef1a28 commit f6936f5

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

rust/Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/kcl-bumper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "kcl-bumper"
4-
version = "0.1.52"
4+
version = "0.1.53"
55
edition = "2021"
66
repository = "https://github.com/KittyCAD/modeling-api"
77
rust-version = "1.76"

rust/kcl-derive-docs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kcl-derive-docs"
33
description = "A tool for generating documentation from Rust derive macros"
4-
version = "0.1.52"
4+
version = "0.1.53"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/KittyCAD/modeling-app"

rust/kcl-directory-test-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kcl-directory-test-macro"
33
description = "A tool for generating tests from a directory of kcl files"
4-
version = "0.1.52"
4+
version = "0.1.53"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/KittyCAD/modeling-app"

rust/kcl-language-server-release/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kcl-language-server-release"
3-
version = "0.1.52"
3+
version = "0.1.53"
44
edition = "2021"
55
authors = ["KittyCAD Inc <kcl@kittycad.io>"]
66
publish = false

rust/kcl-language-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "kcl-language-server"
33
description = "A language server for KCL."
44
authors = ["KittyCAD Inc <kcl@kittycad.io>"]
5-
version = "0.2.52"
5+
version = "0.2.53"
66
edition = "2021"
77
license = "MIT"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

rust/kcl-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kcl-lib"
33
description = "KittyCAD Language implementation and tools"
4-
version = "0.2.52"
4+
version = "0.2.53"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/KittyCAD/modeling-app"

rust/kcl-python-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kcl-python-bindings"
3-
version = "0.3.52"
3+
version = "0.3.53"
44
edition = "2021"
55
repository = "https://github.com/kittycad/modeling-app"
66

rust/kcl-test-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kcl-test-server"
33
description = "A test server for KCL"
4-
version = "0.1.52"
4+
version = "0.1.53"
55
edition = "2021"
66
license = "MIT"
77

rust/kcl-to-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kcl-to-core"
33
description = "Utility methods to convert kcl to engine core executable tests"
4-
version = "0.1.52"
4+
version = "0.1.53"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/KittyCAD/modeling-app"

rust/kcl-wasm-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kcl-wasm-lib"
3-
version = "0.1.52"
3+
version = "0.1.53"
44
edition = "2021"
55
repository = "https://github.com/KittyCAD/modeling-app"
66
rust-version = "1.83"

0 commit comments

Comments
 (0)