Pārlūkot izejas kodu

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

Lucas Fernandes Nogueira 5 gadi atpakaļ
vecāks
revīzija
ad717c6f33
2 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  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]