Skip to content

Commit

Permalink
🎉 Release 2.0.0-rc.20 w/ unlocked Tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Sep 18, 2024
1 parent b3c7c17 commit 00938ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
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"
Expand Down Expand Up @@ -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" }
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00938ef

Please sign in to comment.