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"