소스 검색

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"