From ad3908c500482ed63329f0c5e1b8b997f111d7ad Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Mon, 16 Dec 2024 10:56:10 +0100 Subject: [PATCH] chore: next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1672c55f..8c450e60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.21.4" +version = "0.21.5" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 8554bf67..c8a20663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.21.4" +version = "0.21.5" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"