소스 검색

chore(tauri) pin tauri-api dep version (#872)

Lucas Fernandes Nogueira 5 년 전
부모
커밋
ad717c6f33
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      .changes/pin-api.md
  2. 1 1
      tauri/Cargo.toml

+ 5 - 0
.changes/pin-api.md

@@ -0,0 +1,5 @@
+---
+"tauri": patch
+---
+
+Pin the `tauri-api` dependency on the `tauri` crate so updates doesn't crash the build.

+ 1 - 1
tauri/Cargo.toml

@@ -33,7 +33,7 @@ anyhow = "1.0.31"
 thiserror = "1.0.20"
 envmnt = "0.8.3"
 once_cell = "1.4.0"
-tauri-api = { version = "0.7", path = "../tauri-api" }
+tauri-api = { version = "0.7.3", path = "../tauri-api" }
 urlencoding = "1.1.1"
 
 [target."cfg(target_os = \"windows\")".dependencies]