Skip to content

Commit

Permalink
fix: read workspace cargo manifest (#558)
Browse files Browse the repository at this point in the history
* add workspace cargo manifest

* fix workspace package and types

* build

* add changefile

* lint

---------

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
  • Loading branch information
tr3ysmith and FabianLars committed Oct 5, 2023
1 parent 5973504 commit d00117a
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 13 deletions.
1 change: 0 additions & 1 deletion .changes/apply-distpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
---

Fixed an issue where the distPath config was not applied after initializing the tauri project.

5 changes: 5 additions & 0 deletions .changes/workspace-inheritance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
action: patch
---

Fixed an issue reading the app version if it relied on cargo's workspace inheritance feature.
Loading

0 comments on commit d00117a

Please sign in to comment.