Skip to content

Commit

Permalink
Release modeling commands 0.1.9 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Jan 2, 2024
1 parent c75232e commit a26e4be
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
32 changes: 27 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion execution-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "A DSL for composing KittyCAD API queries"
bytes = "1.5"
insta = "1.34.0"
kittycad = { version = "0.2.44", features = ["requests"] }
kittycad-execution-plan-traits = { path = "../execution-plan-traits" }
kittycad-execution-plan-traits = "0.1.0"
kittycad-modeling-cmds = { path = "../modeling-cmds" }
kittycad-modeling-session = { path = "../modeling-session" }
parse-display-derive = "0.8.2"
Expand Down
6 changes: 3 additions & 3 deletions modeling-cmds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kittycad-modeling-cmds"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["KittyCAD, Inc."]
description = "Commands in the KittyCAD Modeling API"
Expand All @@ -21,8 +21,8 @@ enum-iterator = "1.4.1"
enum-iterator-derive = "1.2.1"
euler = "0.4.1"
http = "0.2.9"
kittycad-execution-plan-macros = { path = "../execution-plan-macros" }
kittycad-execution-plan-traits = { path = "../execution-plan-traits" }
kittycad-execution-plan-macros = "0.1.0"
kittycad-execution-plan-traits = "0.1.0"
kittycad-unit-conversion-derive = "0.1.0"
measurements = "0.11.0"
parse-display = "0.8.2"
Expand Down

0 comments on commit a26e4be

Please sign in to comment.