Skip to content

Commit b3c7c17

Browse files
🎉 Release 2.0.0-rc.19 w/ Tauri 2.0.0-rc.9
1 parent b67f7db commit b3c7c17

5 files changed

Lines changed: 32 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.18"
4+
version = "2.0.0-rc.19"
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.8" }
64+
tauri = { version = "=2.0.0-rc.10" }
6565
specta = { version = "=2.0.0-rc.20" }
6666
specta-typescript = { version = "0.0.7" }
6767
specta-jsdoc = { version = "0.0.7" }

examples/app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.57"
1010
publish = false
1111

1212
[build-dependencies]
13-
tauri-build = { version = "=2.0.0-rc.7", features = [] }
13+
tauri-build = { version = "=2.0.0-rc.9", features = [] }
1414

1515
[dependencies]
1616
serde_json = "1.0"

examples/custom-plugin/app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = ""
88
edition = "2021"
99

1010
[build-dependencies]
11-
tauri-build = { version = "=2.0.0-rc.7", features = [] }
11+
tauri-build = { version = "=2.0.0-rc.9", features = [] }
1212

1313
[dependencies]
1414
tauri = { workspace = true, features = [] }

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.8 specta@=2.0.0-rc.20
17+
//! cargo add tauri@=2.0.0-rc.10 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.18 --features derive,typescript
21+
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,typescript
2222
//!
2323
//! # JSDoc
2424
//! cargo add specta-jsdoc@0.0.7
25-
//! cargo add tauri-specta@=2.0.0-rc.18 --features derive,javascript
25+
//! cargo add tauri-specta@=2.0.0-rc.19 --features derive,javascript
2626
//! ```
2727
//!
2828
//! ## Features

0 commit comments

Comments
 (0)