فهرست منبع

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"