build: use latest beta for now, expecting linux build error

This commit is contained in:
rzmk 2024-02-20 11:01:34 -05:00
parent a44bbd541d
commit 474cd1427c
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View file

@ -14,12 +14,6 @@ rust-version = "1.70"
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[target.'cfg(linux)'.build-dependencies]
tauri-build = { version = "2.0.0-beta.0", features = [] }
[target.'cfg(linux)'.dependencies]
tauri = { version = "2.0.0-beta.1", features = [] }
[build-dependencies]
tauri-build = { version = "2.0.0-beta.2", features = [] }