diff --git a/Cargo.lock b/Cargo.lock index bb837f77..f003650a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3583,7 +3583,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.19.1" +version = "0.19.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9275a90a..fa73b27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.19.1" +version = "0.19.2" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"