diff --git a/packages/cli/Cargo.toml b/packages/cli/Cargo.toml index a37798eee..65a05488d 100644 --- a/packages/cli/Cargo.toml +++ b/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.2.*", features = ["native-tls-vendored"] } +tauri-utils = "1.3.*" dioxus-autofmt = { workspace = true } dioxus-check = { workspace = true }