-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Release 2.0.0-rc.20 w/ unlocked Tauri
- Loading branch information
1 parent
b3c7c17
commit 00938ef
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tauri-specta" | ||
description = "Completely typesafe Tauri commands" | ||
version = "2.0.0-rc.19" | ||
version = "2.0.0-rc.20" | ||
authors = ["Oscar Beaumont <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -61,7 +61,7 @@ todo = { level = "warn", priority = -1 } | |
panic_in_result_fn = { level = "warn", priority = -1 } | ||
|
||
[workspace.dependencies] | ||
tauri = { version = "=2.0.0-rc.10" } | ||
tauri = { version = "2.0.0-rc.15" } | ||
specta = { version = "=2.0.0-rc.20" } | ||
specta-typescript = { version = "0.0.7" } | ||
specta-jsdoc = { version = "0.0.7" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ | |
//! | ||
//! ```sh | ||
//! # Always required | ||
//! cargo add tauri@=2.0.0-rc.10 specta@=2.0.0-rc.20 | ||
//! cargo add [email protected].15 specta@=2.0.0-rc.20 | ||
//! | ||
//! # Typescript | ||
//! cargo add [email protected] | ||
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,typescript | ||
//! cargo add tauri-specta@=2.0.0-rc.20 --features derive,typescript | ||
//! | ||
//! # JSDoc | ||
//! cargo add [email protected] | ||
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,javascript | ||
//! cargo add tauri-specta@=2.0.0-rc.20 --features derive,javascript | ||
//! ``` | ||
//! | ||
//! ## Features | ||
|