Browse Source

pin Tauri dependencies to a minor version

Evan Almloff 1 year ago
parent
commit
d94e2c104c
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"
 # dioxus-rsx = "0.0.1"
 
 
 # bundling
 # bundling
-tauri-bundler = { version = "1.2", features = ["native-tls-vendored"] }
-tauri-utils = "1.3"
+tauri-bundler = { version = "=1.2.*", features = ["native-tls-vendored"] }
+tauri-utils = "1.3.*"
 
 
 dioxus-autofmt = { workspace = true }
 dioxus-autofmt = { workspace = true }
 dioxus-check = { workspace = true }
 dioxus-check = { workspace = true }