Browse Source

restrict tauri bundler version to 1.3.0 only

Evan Almloff 1 năm trước cách đây
mục cha
commit
bc94f36934
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cli/Cargo.toml

+ 1 - 1
packages/cli/Cargo.toml

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