From 4c9d85f6f04a31a272c71db8df12e142c76311fb Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Thu, 7 Nov 2024 09:39:00 +0100 Subject: [PATCH] chore: uptick version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b04d753..1672c55f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.21.3" +version = "0.21.4" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index db002fa7..8554bf67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.21.3" +version = "0.21.4" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"