From ad717c6f33b4d6e20fbb13cbe30e06946dbb74f6 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 21 Jul 2020 14:34:31 -0300 Subject: [PATCH] chore(tauri) pin tauri-api dep version (#872) --- .changes/pin-api.md | 5 +++++ tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/pin-api.md diff --git a/.changes/pin-api.md b/.changes/pin-api.md new file mode 100644 index 00000000000..a738f53ab4d --- /dev/null +++ b/.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. diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 76deb7a9185..068a81cfd31 100644 --- a/tauri/Cargo.toml +++ b/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]