File tree 12 files changed +22
-20
lines changed
kcl-language-server-release
12 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ jobs:
161
161
steps :
162
162
- uses : actions/checkout@v4
163
163
- uses : actions/download-artifact@v4
164
+ with :
165
+ path : rust/kcl-python-bindings
164
166
- name : Install the latest version of uv
165
167
uses : astral-sh/setup-uv@v5
166
168
- name : do uv things
Original file line number Diff line number Diff line change 1
1
2
2
[package ]
3
3
name = " kcl-bumper"
4
- version = " 0.1.47 "
4
+ version = " 0.1.48 "
5
5
edition = " 2021"
6
6
repository = " https://github.com/KittyCAD/modeling-api"
7
7
rust-version = " 1.76"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-derive-docs"
3
3
description = " A tool for generating documentation from Rust derive macros"
4
- version = " 0.1.47 "
4
+ version = " 0.1.48 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
repository = " https://github.com/KittyCAD/modeling-app"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-directory-test-macro"
3
3
description = " A tool for generating tests from a directory of kcl files"
4
- version = " 0.1.47 "
4
+ version = " 0.1.48 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
repository = " https://github.com/KittyCAD/modeling-app"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-language-server-release"
3
- version = " 0.1.47 "
3
+ version = " 0.1.48 "
4
4
edition = " 2021"
5
5
authors = [
" KittyCAD Inc <[email protected] >" ]
6
6
publish = false
Original file line number Diff line number Diff line change 2
2
name = " kcl-language-server"
3
3
description = " A language server for KCL."
4
4
authors = [
" KittyCAD Inc <[email protected] >" ]
5
- version = " 0.2.47 "
5
+ version = " 0.2.48 "
6
6
edition = " 2021"
7
7
license = " MIT"
8
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-lib"
3
3
description = " KittyCAD Language implementation and tools"
4
- version = " 0.2.47 "
4
+ version = " 0.2.48 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
repository = " https://github.com/KittyCAD/modeling-app"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-python-bindings"
3
- version = " 0.3.47 "
3
+ version = " 0.3.48 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/kittycad/modeling-app"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-test-server"
3
3
description = " A test server for KCL"
4
- version = " 0.1.47 "
4
+ version = " 0.1.48 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-to-core"
3
3
description = " Utility methods to convert kcl to engine core executable tests"
4
- version = " 0.1.47 "
4
+ version = " 0.1.48 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
repository = " https://github.com/KittyCAD/modeling-app"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kcl-wasm-lib"
3
- version = " 0.1.47 "
3
+ version = " 0.1.48 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/KittyCAD/modeling-app"
6
6
rust-version = " 1.83"
You can’t perform that action at this time.
0 commit comments