Browse Source

bump bundler to "=1.3.*"

Evan Almloff 1 năm trước cách đây
mục cha
commit
71264b1ee3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 }