build: use latest beta for now, expecting linux build error
This commit is contained in:
parent
a44bbd541d
commit
474cd1427c
2 changed files with 2 additions and 8 deletions
|
|
@ -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 = [] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue