mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
pin Tauri dependencies to a minor version
This commit is contained in:
parent
392c744ad1
commit
d94e2c104c
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ toml_edit = "0.19.11"
|
|||
# dioxus-rsx = "0.0.1"
|
||||
|
||||
# bundling
|
||||
tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "1.3"
|
||||
tauri-bundler = { version = "=1.2.*", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "1.3.*"
|
||||
|
||||
dioxus-autofmt = { workspace = true }
|
||||
dioxus-check = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue