From 4741394b189c918aee244e6874bcc2240a6b9cc3 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sun, 1 Mar 2020 11:08:32 -0300 Subject: [PATCH] fix(template) incorrect package > authors field on Cargo.toml (#479) --- cli/tauri.js/templates/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri.js/templates/src-tauri/Cargo.toml b/cli/tauri.js/templates/src-tauri/Cargo.toml index 03b5cef2a..ec814a548 100755 --- a/cli/tauri.js/templates/src-tauri/Cargo.toml +++ b/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"