diff --git a/apps/app/Cargo.toml b/apps/app/Cargo.toml index 5cf03bd01..6601ece6b 100644 --- a/apps/app/Cargo.toml +++ b/apps/app/Cargo.toml @@ -16,7 +16,7 @@ serde_json.workspace = true serde = { workspace = true, features = ["derive"] } serde_with.workspace = true -tauri = { workspace = true, features = ["devtools", "macos-private-api", "protocol-asset", "unstable"] } +tauri = { workspace = true, features = ["devtools", "macos-private-api", "protocol-asset"] } tauri-plugin-window-state.workspace = true tauri-plugin-deep-link.workspace = true tauri-plugin-os.workspace = true diff --git a/packages/app-lib/Cargo.toml b/packages/app-lib/Cargo.toml index 7d00b1559..e9ee7f6bf 100644 --- a/packages/app-lib/Cargo.toml +++ b/packages/app-lib/Cargo.toml @@ -39,7 +39,7 @@ tracing-error.workspace = true paste.workspace = true -tauri = { workspace = true, optional = true } +tauri = { workspace = true, optional = true, features = ["unstable"] } indicatif = { workspace = true, optional = true } async-tungstenite = { workspace = true, features = ["tokio-runtime", "tokio-rustls-webpki-roots"] }