Skip to content

Commit

Permalink
fix(core): use specta's derive feature (#10362)
Browse files Browse the repository at this point in the history
* use specta's derive feature

* use specta rc.15

* .changes file

* try patched specta

* specta rc.16

* Update .changes/specta-derive-feature.md

Co-authored-by: Fabian-Lars <[email protected]>

* Update specta-derive-feature.md [skip ci]

---------

Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
Brendonovich and FabianLars authored Jul 24, 2024
1 parent c072090 commit e177694
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changes/specta-derive-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Use `specta rc.15's `derive` feature which fixes build issues in docs.rs.
22 changes: 9 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tracing = { version = "0.1", optional = true }
heck = "0.5"
log = "0.4"
dunce = "1"
specta = { version = "^2.0.0-rc.9", optional = true, default-features = false, features = [ "function" ] }
specta = { version = "^2.0.0-rc.16", optional = true, default-features = false, features = [ "function", "derive" ] }

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"windows\", target_os = \"macos\"))".dependencies]
muda = { version = "0.13.4", default-features = false, features = [ "serde" ] }
Expand Down

0 comments on commit e177694

Please sign in to comment.