Skip to content

Commit

Permalink
upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jan 13, 2025
1 parent d5fb18f commit ed19d01
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 43 deletions.
81 changes: 52 additions & 29 deletions Cargo.lock

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

21 changes: 9 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ heck = "0.5.0"

[workspace]
members = [
"examples/app/src-tauri",
"examples/custom-plugin/app/src-tauri",
"examples/custom-plugin/plugin",
"macros",
"examples/app/src-tauri",
"examples/custom-plugin/app/src-tauri",
"examples/custom-plugin/plugin",
"macros",
]

[workspace.lints.rust]
Expand All @@ -64,13 +64,10 @@ panic_in_result_fn = { level = "warn", priority = -1 }
tauri = { version = "2.2" }
tauri-build = { version = "2.0" }
tauri-plugin = { version = "2.0" }
specta = { version = "=2.0.0-rc.21" }
specta-typescript = { version = "0.0.8" }
specta-jsdoc = { version = "0.0.8" }
specta = { version = "=2.0.0-rc.22" }
specta-typescript = { version = "0.0.9" }
specta-jsdoc = { version = "0.0.9" }

[patch.crates-io]
tauri = { path = "/Users/oscar/Desktop/tauri/crates/tauri" }
specta = { path = "/Users/oscar/Desktop/specta/specta" }
specta-typescript = { path = "/Users/oscar/Desktop/specta/specta-typescript" }
specta-jsdoc = { path = "/Users/oscar/Desktop/specta/specta-jsdoc" }
specta-util = { path = "/Users/oscar/Desktop/specta/specta-util" }
# Waiting for release of https://github.com/tauri-apps/tauri/pull/12371
tauri = { git = "https://github.com/tauri-apps/tauri", rev = "75d56e8364fb203387bb5a5235f316dd7dfa6acd" }
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
//! cargo add [email protected] specta@=2.0.0-rc.21
//!
//! # Typescript
//! cargo add [email protected].8
//! cargo add [email protected].9
//! cargo add tauri-specta@=2.0.0-rc.21 --features derive,typescript
//!
//! # JSDoc
//! cargo add [email protected].8
//! cargo add [email protected].9
//! cargo add tauri-specta@=2.0.0-rc.21 --features derive,javascript
//! ```
//!
Expand Down

0 comments on commit ed19d01

Please sign in to comment.