From 3260be003b46a2448cdd13d841eed86c955d6bc8 Mon Sep 17 00:00:00 2001 From: changepacks Date: Fri, 6 Mar 2026 17:22:22 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_h04jC8dn9bMOhEM5LmVP4.json | 1 - Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .changepacks/changepack_log_h04jC8dn9bMOhEM5LmVP4.json diff --git a/.changepacks/changepack_log_h04jC8dn9bMOhEM5LmVP4.json b/.changepacks/changepack_log_h04jC8dn9bMOhEM5LmVP4.json deleted file mode 100644 index afdc076..0000000 --- a/.changepacks/changepack_log_h04jC8dn9bMOhEM5LmVP4.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"Cargo.toml":"Patch"},"note":"Implement Multiform","date":"2026-03-06T16:01:53.731789300Z"} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 50ee7e0..9bc1bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ resolver = "2" members = ["crates/*", "examples/*"] [workspace.package] -version = "0.1.41" +version = "0.1.42" edition = "2024" license = "Apache-2.0" repository = "https://github.com/dev-five-git/vespera" readme = "README.md" [workspace.dependencies] -vespera_core = { path = "crates/vespera_core", version = "0.1.41" } -vespera_macro = { path = "crates/vespera_macro", version = "0.1.41" } +vespera_core = { path = "crates/vespera_core", version = "0.1.42" } +vespera_macro = { path = "crates/vespera_macro", version = "0.1.42" } [workspace.lints.clippy] all = { level = "warn", priority = -1 }