From 46e2def0eefdaea041a59266ac8e370b122d7b27 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 20 Mar 2023 08:45:26 -0300 Subject: [PATCH] fix(ci): set tauri-build dependency version on tauri crate --- .changes/config.json | 3 ++- core/tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index fccd29e9f..1cb284d13 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -225,7 +225,8 @@ "tauri-macros", "tauri-utils", "tauri-runtime", - "tauri-runtime-wry" + "tauri-runtime-wry", + "tauri-build" ], "postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }" }, diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 07354a15d..e9f89db2a 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -121,7 +121,7 @@ swift-rs = "1.0.3" [build-dependencies] heck = "0.4" once_cell = "1" -tauri-build = { path = "../tauri-build/" } +tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.1" } [dev-dependencies] mockito = "0.31"