pot-app / pot-desktop

🌈一个跨平台的划词翻译和OCR软件 | A cross-platform software for text translation and recognition.
https://pot-app.com
GNU General Public License v3.0
9.97k stars 455 forks source link

build: Update Depend #824

Closed xtyuns closed 3 months ago

xtyuns commented 4 months ago

fix cargo error of tauri-plugins :

error: invalid character `{` in package name: `tauri-plugin-{{name}}`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)
 --> ../../../.cargo/git/checkouts/plugins-workspace-fd0259fcb18f51ad/9b2e9ab/shared/template/Cargo.toml:2:8
  |
2 | name = "tauri-plugin-{{name}}"
  |        ^^^^^^^^^^^^^^^^^^^^^^^
  |

ref: https://github.com/tauri-apps/plugins-workspace/issues/1052