From 5f667ab2fcd54465e9f4ac0d36dac726fcf1a583 Mon Sep 17 00:00:00 2001
From: Jens Reimann <ctron@dentrassi.de>
Date: Thu, 8 Aug 2024 13:58:28 +0200
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 b9dd2572..d9273fcd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3885,7 +3885,7 @@ dependencies = [
 
 [[package]]
 name = "trunk"
-version = "0.21.0-alpha.6"
+version = "0.21.0-rc.1"
 dependencies = [
  "anyhow",
  "async-recursion",
diff --git a/Cargo.toml b/Cargo.toml
index 72525a4b..1e0ec7e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "trunk"
-version = "0.21.0-alpha.6"
+version = "0.21.0-rc.1"
 edition = "2021"
 description = "Build, bundle & ship your Rust WASM application to the web."
 license = "MIT/Apache-2.0"