Skip to content

Commit 00938ef

Browse files
🎉 Release 2.0.0-rc.20 w/ unlocked Tauri
1 parent b3c7c17 commit 00938ef

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-specta"
33
description = "Completely typesafe Tauri commands"
4-
version = "2.0.0-rc.19"
4+
version = "2.0.0-rc.20"
55
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
66
edition = "2021"
77
license = "MIT"
@@ -61,7 +61,7 @@ todo = { level = "warn", priority = -1 }
6161
panic_in_result_fn = { level = "warn", priority = -1 }
6262

6363
[workspace.dependencies]
64-
tauri = { version = "=2.0.0-rc.10" }
64+
tauri = { version = "2.0.0-rc.15" }
6565
specta = { version = "=2.0.0-rc.20" }
6666
specta-typescript = { version = "0.0.7" }
6767
specta-jsdoc = { version = "0.0.7" }

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
//!
1515
//! ```sh
1616
//! # Always required
17-
//! cargo add tauri@=2.0.0-rc.10 specta@=2.0.0-rc.20
17+
//! cargo add tauri@2.0.0-rc.15 specta@=2.0.0-rc.20
1818
//!
1919
//! # Typescript
2020
//! cargo add specta-typescript@0.0.7
21-
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,typescript
21+
//! cargo add tauri-specta@=2.0.0-rc.20 --features derive,typescript
2222
//!
2323
//! # JSDoc
2424
//! cargo add specta-jsdoc@0.0.7
25-
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,javascript
25+
//! cargo add tauri-specta@=2.0.0-rc.20 --features derive,javascript
2626
//! ```
2727
//!
2828
//! ## Features

0 commit comments

Comments
 (0)