You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am facing few dependencies links with native binary issue please help
error: failed to select a version for `libusb1-sys`.
... required by package `rusb v0.9.1`
... which satisfies dependency `rusb = "^0.9.1"` of package `app v0.1.0 (C:\Users\irfan\Desktop\Mustafa\chikupos-software\src-tauri)`
versions that meet the requirements `^0.6.0` are: 0.6.4, 0.6.3, 0.6.2, 0.6.1, 0.6.0
the package `libusb1-sys` links to the native library `usb-1.0`, but it conflicts with a previous package which links to `usb-1.0` as well:
package `libusb1-sys v0.5.0`
... which satisfies dependency `libusb1-sys = "^0.5.0"` of package `rusb v0.8.1`
... which satisfies dependency `rusb = "^0.8.1"` of package `escpos-rs v0.3.1`
... which satisfies dependency `escpos-rs = "^0.3.1"` of package `app v0.1.0 (C:\Users\irfan\Desktop\Mustafa\chikupos-software\src-tauri)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the links ='libusb1-sys' value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.
failed to select a version for `libusb1-sys` which could resolve this conflict
[0] less-watch-compiler --config less-watcher.config.json exited with code 4294967295
--> Sending SIGTERM to other processes..
[1] set PORT=3001 && react-scripts start exited with code 1
🚀 A new version of Tauri CLI is available! [1.1.1]
The text was updated successfully, but these errors were encountered:
i am facing few dependencies links with native binary issue please help
The text was updated successfully, but these errors were encountered: