From 69e8ed7a083e752d35dded7a9548cafd19b1f7b8 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 27 Jan 2025 11:41:45 -0800 Subject: [PATCH] Release modeling-cmds 0.2.93 (#745) --- Cargo.lock | 2 +- modeling-cmds/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1ae3f0f..7254c68f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.92" +version = "0.2.93" dependencies = [ "anyhow", "bson", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 019b7550..9d8811a4 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittycad-modeling-cmds" -version = "0.2.92" +version = "0.2.93" edition = "2021" authors = ["KittyCAD, Inc."] description = "Commands in the KittyCAD Modeling API"