Explorar o código

restrict tauri bundler version to 1.3.0 only

Evan Almloff hai 1 ano
pai
achega
bc94f36934
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }