Fix direct lint of packages/app-lib (#3808)

* Fix theseus lint by adding "unstable" feature to Tauri

* Remove "unstable" feature from tauri in apps/app
This commit is contained in:
Josiah Glosson
2025-06-18 15:49:23 -05:00
committed by GitHub
parent ef04dcc37b
commit ba4fecb0cb
2 changed files with 2 additions and 2 deletions

View File

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