Browse Source

bump bundler to "=1.3.*"

Evan Almloff 1 year ago
parent
commit
71264b1ee3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/cli/Cargo.toml

+ 2 - 2
packages/cli/Cargo.toml

@@ -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.3.*", features = ["native-tls-vendored"] }
+tauri-utils = "=1.4.*"
 
 dioxus-autofmt = { workspace = true }
 dioxus-check = { workspace = true }