From 46a58afd9ed58aa63d1e15c7a1e3f2efaab8b4ec Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 15 May 2023 21:12:51 +0300 Subject: [PATCH] chore: remove duplicate tauri in tauri-config-schema name (#6967) --- core/tauri-config-schema/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-config-schema/Cargo.toml b/core/tauri-config-schema/Cargo.toml index ff32019ce..7c5fbbd90 100644 --- a/core/tauri-config-schema/Cargo.toml +++ b/core/tauri-config-schema/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tauri-tauri-config-schema" +name = "tauri-config-schema" version = "0.0.0" edition = "2021" publish = false