Skip to content

Commit

Permalink
fix: the exclude path in file Cargo.toml of plugin template generated…
Browse files Browse the repository at this point in the history
… by cli (tauri-apps#11914)
  • Loading branch information
wtto00 authored Dec 9, 2024
1 parent afad806 commit 0ae06c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changes/fix-cli-plugin-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': patch:bug
'@tauri-apps/cli': patch:bug
---

Fix the exclude path in file `Cargo.toml` of plugin template generated by cli. Path changed in [#9346](https://github.com/tauri-apps/tauri/pull/9346)
20 changes: 10 additions & 10 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 crates/tauri-cli/templates/plugin/Cargo.crate-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [ "{{ author }}" ]
description = ""
edition = "2021"
rust-version = "1.77.2"
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
links = "tauri-plugin-{{ plugin_name }}"

[dependencies]
Expand Down

0 comments on commit 0ae06c5

Please sign in to comment.