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"]