From 340ab327af30d71df8374374f4be537ea5da1113 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 30 Oct 2024 10:24:57 +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 54e256d6..6eed4871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3998,7 +3998,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.21.1" +version = "0.21.2" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 98e0e0a2..629f7593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.21.1" +version = "0.21.2" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"