Skip to content

Commit

Permalink
feat: update to Tauri v2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 13, 2024
1 parent e4189bd commit 1da5b18
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 36 deletions.
165 changes: 133 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ todo = { level = "warn", priority = -1 }
panic_in_result_fn = { level = "warn", priority = -1 }

[workspace.dependencies]
tauri = { version = "=2.0.0-rc.16" }
tauri-build = { version = "=2.0.0-rc.13" }
tauri-plugin = { version = "=2.0.0-rc.13" }
tauri = { version = "2.0" }
tauri-build = { version = "2.0" }
tauri-plugin = { version = "2.0" }
specta = { version = "=2.0.0-rc.20" }
specta-typescript = { version = "0.0.7" }
specta-jsdoc = { version = "0.0.7" }
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! ```sh
//! # Always required
//! cargo add [email protected].0-rc.15 specta@=2.0.0-rc.20
//! cargo add [email protected] specta@=2.0.0-rc.20
//!
//! # Typescript
//! cargo add [email protected]
Expand Down

0 comments on commit 1da5b18

Please sign in to comment.