TauRPC icon indicating copy to clipboard operation
TauRPC copied to clipboard

Tauri 2.0 Compatibility

Open appinteractive opened this issue 1 year ago • 8 comments

Any change this project will work with tauri 2.0 (alpha)?

Currently I get following error:

cargo add taurpc
    Updating crates.io index
      Adding taurpc v0.2.3 to dependencies.
    Updating crates.io index
error: failed to select a version for `raw-window-handle`.
    ... required by package `tauri v1.3.0`
    ... which satisfies dependency `tauri = "^1.3"` of package `taurpc v0.2.3`
    ... which satisfies dependency `taurpc = "^0.2.3"` of package `freelance-metrics v0.0.0 (/Users/Greg/Projekte/Eigenes/FreelanceMetrics/src-tauri)`
versions that meet the requirements `=0.5.0` are: 0.5.0

all possible versions conflict with previously selected packages.

  previously selected package `raw-window-handle v0.5.2`
    ... which satisfies dependency `raw-window-handle = "^0.5"` of package `tauri v2.0.0-alpha.20`
    ... which satisfies dependency `tauri = "^2.0.0-alpha.20"` of package `tauri-plugin-fs v2.0.0-alpha.7 (https://github.com/tauri-apps/plugins-workspace?branch=v2#1b1d795b)`
    ... which satisfies git dependency `tauri-plugin-fs` (locked to 2.0.0-alpha.7) of package `freelance-metrics v0.0.0 (/Users/Greg/Projekte/Eigenes/FreelanceMetrics/src-tauri)`

appinteractive avatar Jan 05 '24 09:01 appinteractive