소스 검색

restrict tauri bundler version to 1.3.0 only

Evan Almloff 1 년 전
부모
커밋
bc94f36934
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }