Преглед изворни кода

fix(template) incorrect package > authors field on Cargo.toml (#479)

Lucas Fernandes Nogueira пре 5 година
родитељ
комит
4741394b18
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cli/tauri.js/templates/src-tauri/Cargo.toml

+ 1 - 1
cli/tauri.js/templates/src-tauri/Cargo.toml

@@ -2,7 +2,7 @@
 name = "app"
 version = "0.1.0"
 description = "A Tauri App"
-author = ["you"]
+authors = ["you"]
 license = ""
 repository = ""
 default-run = "app"