From 947a670cbdf575c34beafe229dd75f020df8164f Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Tue, 4 Mar 2025 13:08:13 +0100 Subject: [PATCH] chore: prepare next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 613afc2f..0057fb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4113,7 +4113,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.21.7" +version = "0.21.8" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 5678f4dd..6122cfce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.21.7" +version = "0.21.8" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"