mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-03 09:29:11 +00:00
Merge pull request #1415 from ealmloff/pin-tauri-deps
Pin Tauri dependencies to a minor version
This commit is contained in:
commit
4009064767
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ cargo-generate = "0.18"
|
|||
toml_edit = "0.19.11"
|
||||
|
||||
# bundling
|
||||
tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "1.3"
|
||||
tauri-bundler = { version = "1.3.0", features = ["native-tls-vendored"] }
|
||||
tauri-utils = "=1.4.*"
|
||||
|
||||
dioxus-autofmt = { workspace = true }
|
||||
dioxus-check = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue