Skip to content

Commit 0adb60e

Browse files
committed
Merge remote-tracking branch 'origin/main' into ben/conics
2 parents 4daf6c8 + 622c0b7 commit 0adb60e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: actions/checkout@v4
101101
- uses: taiki-e/install-action@just
102102
- name: Install the latest version of uv
103-
uses: astral-sh/setup-uv@v5
103+
uses: astral-sh/setup-uv@v6
104104
- name: Install codespell
105105
run: |
106106
uv venv .venv

Cargo.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittycad-modeling-cmds"
3-
version = "0.2.123"
3+
version = "0.2.124"
44
edition = "2021"
55
authors = ["KittyCAD, Inc."]
66
description = "Commands in the KittyCAD Modeling API"
@@ -51,7 +51,7 @@ serde_bytes = "0.11.17"
5151
serde_json = { version = "1.0.139", optional = true }
5252
slog = { version = "2.7.0", optional = true }
5353
tabled = { version = "0.18", optional = true }
54-
ts-rs = { version = "10.1.0", optional = true, features = [
54+
ts-rs = { version = "11.0.1", optional = true, features = [
5555
"chrono-impl",
5656
"uuid-impl",
5757
"no-serde-warnings",

0 commit comments

Comments
 (0)