From 667f7c603bafdf699ab61fb991ff78edca80a13a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 25 Aug 2024 21:44:40 +0200 Subject: [PATCH] Removed Tauri warning --- runtime/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 385ebb23..e8c3333c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -28,6 +28,4 @@ rand_chacha = "0.3.1" reqwest = { version = "0.12", features = ["native-tls-vendored"] } [features] -# this feature is used for production builds or when `devPath` points to the filesystem -# DO NOT REMOVE!! custom-protocol = ["tauri/custom-protocol"]