mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
restrict tauri bundler version to 1.3.0 only
This commit is contained in:
parent
71264b1ee3
commit
bc94f36934
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ toml_edit = "0.19.11"
|
|||
# dioxus-rsx = "0.0.1"
|
||||
|
||||
# bundling
|
||||
tauri-bundler = { version = "=1.3.*", features = ["native-tls-vendored"] }
|
||||
tauri-bundler = { version = "1.3.0", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "=1.4.*"
|
||||
|
||||
dioxus-autofmt = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue