diff --git a/Cargo.lock b/Cargo.lock index 60ffdd71..443db040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,7 +1178,7 @@ dependencies = [ [[package]] name = "create-rust-app" -version = "9.3.1" +version = "9.3.2" dependencies = [ "actix-files", "actix-http", @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "create-rust-app_cli" -version = "9.3.1" +version = "9.3.2" dependencies = [ "Inflector", "anyhow", diff --git a/create-rust-app/Cargo.toml b/create-rust-app/Cargo.toml index 1c3aeb19..3bfdbf6f 100644 --- a/create-rust-app/Cargo.toml +++ b/create-rust-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "create-rust-app" description = "Set up a modern rust+react web app by running one command." -version = "9.3.1" +version = "9.3.2" edition = "2018" authors = ["Haris <4259838+Wulf@users.noreply.github.com>"] readme = "../README.md" diff --git a/create-rust-app_cli/Cargo.toml b/create-rust-app_cli/Cargo.toml index 2ede86be..218f8da8 100644 --- a/create-rust-app_cli/Cargo.toml +++ b/create-rust-app_cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "create-rust-app_cli" description = "Set up a modern rust+react web app by running one command." -version = "9.3.1" +version = "9.3.2" authors = ["Haris <4259838+Wulf@users.noreply.github.com>"] edition = "2018" readme = "../README.md"