restrict tauri bundler version to 1.3.0 only

This commit is contained in:
Evan Almloff 2023-09-03 13:36:56 -05:00
parent 71264b1ee3
commit bc94f36934

View file

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