Browse Source

A hint to update cargo-generate

imbolc 3 years ago
parent
commit
6742e91ee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cli/create/mod.rs

+ 1 - 1
src/cli/create/mod.rs

@@ -59,7 +59,7 @@ impl Create {
             .output()?;
 
         if !generate_output.status.success() {
-            return custom_error!("Generate project failed.");
+            return custom_error!("Generate project failed. Try to update cargo-generate.");
         }
 
         let mut dioxus_file = File::open(project_path.join("Dioxus.toml"))?;