Skip to content

Releases: specta-rs/tauri-specta

v1.0.0

23 Feb 11:34

Choose a tag to compare

An update to Tauri Specta to make use of the latest Specta update.

Upgrading

specta = "1.0.0"
tauri-specta = { version = "1.0.0", features = ["typescript", "javascript"] }

You will also want to rename tauri_specta::collate_types to specta::collect_types.