You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user