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"