浏览代码

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]