tauri-build@2.0.0-beta.5
Feb 27, 2024
Breaking Changes
Section titled “Breaking Changes”b9e6a018(#8937) Thecustom-protocolCargo feature is no longer required on your application and is now ignored. To check if running on production, use#[cfg(not(dev))]instead of#[cfg(feature = "custom-protocol")].b9e6a018(#8937) Removedtauri_build::CodegenContext::dev()and addedtauri_build::dev().
Dependencies
Section titled “Dependencies”- Upgraded to
tauri-utils@2.0.0-beta.5 - Upgraded to
tauri-codegen@2.0.0-beta.5
© 2026 Tauri Contributors. CC-BY / MIT