From bfac6b7dc8a479985deb8aebd233e30dbde42189 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 19 Sep 2024 16:31:32 -0700 Subject: [PATCH] bump the world (kcl-lib) (#3930) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump the world Signed-off-by: Jess Frazelle * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)" This reverts commit e095d2a99093092f3730ac43b7011a08a64f59dd. --------- Signed-off-by: Jess Frazelle Co-authored-by: github-actions[bot] --- src/wasm-lib/Cargo.lock | 6 +++--- src/wasm-lib/derive-docs/Cargo.toml | 2 +- src/wasm-lib/kcl-test-server/Cargo.toml | 2 +- src/wasm-lib/kcl/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 8beff4a616..e201715052 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "derive-docs" -version = "0.1.26" +version = "0.1.27" dependencies = [ "Inflector", "anyhow", @@ -1400,7 +1400,7 @@ dependencies = [ [[package]] name = "kcl-lib" -version = "0.2.14" +version = "0.2.15" dependencies = [ "anyhow", "approx 0.5.1", @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "kcl-test-server" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "hyper", diff --git a/src/wasm-lib/derive-docs/Cargo.toml b/src/wasm-lib/derive-docs/Cargo.toml index e9091c518e..52b9ed011e 100644 --- a/src/wasm-lib/derive-docs/Cargo.toml +++ b/src/wasm-lib/derive-docs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "derive-docs" description = "A tool for generating documentation from Rust derive macros" -version = "0.1.26" +version = "0.1.27" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" diff --git a/src/wasm-lib/kcl-test-server/Cargo.toml b/src/wasm-lib/kcl-test-server/Cargo.toml index 9f85ea124a..d05a74484c 100644 --- a/src/wasm-lib/kcl-test-server/Cargo.toml +++ b/src/wasm-lib/kcl-test-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-test-server" description = "A test server for KCL" -version = "0.1.10" +version = "0.1.11" edition = "2021" license = "MIT" diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index a979f808cb..8ab76a6113 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-lib" description = "KittyCAD Language implementation and tools" -version = "0.2.14" +version = "0.2.15" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" @@ -20,7 +20,7 @@ clap = { version = "4.5.17", default-features = false, optional = true, features convert_case = "0.6.0" dashmap = "6.1.0" databake = { version = "0.1.8", features = ["derive"] } -derive-docs = { version = "0.1.26", path = "../derive-docs" } +derive-docs = { version = "0.1.27", path = "../derive-docs" } form_urlencoded = "1.2.1" futures = { version = "0.3.30" } git_rev = "0.1.0"