Skip to content

Commit e177694

Browse files
fix(core): use specta's derive feature (#10362)
* 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 <fabianlars@fabianlars.de> * Update specta-derive-feature.md [skip ci] --------- Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
1 parent c072090 commit e177694

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changes/specta-derive-feature.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch:bug
3+
---
4+
5+
Use `specta rc.15's `derive` feature which fixes build issues in docs.rs.

Cargo.lock

+9-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tracing = { version = "0.1", optional = true }
7575
heck = "0.5"
7676
log = "0.4"
7777
dunce = "1"
78-
specta = { version = "^2.0.0-rc.9", optional = true, default-features = false, features = [ "function" ] }
78+
specta = { version = "^2.0.0-rc.16", optional = true, default-features = false, features = [ "function", "derive" ] }
7979

8080
[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]
8181
muda = { version = "0.13.4", default-features = false, features = [ "serde" ] }

0 commit comments

Comments
 (0)