Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created February 18, 2024 18:09
Show Gist options
  • Save thewh1teagle/a21546c0fd00a6fcdbab4ebe34d37918 to your computer and use it in GitHub Desktop.
Save thewh1teagle/a21546c0fd00a6fcdbab4ebe34d37918 to your computer and use it in GitHub Desktop.
```console
error: failed to select a version for the requirement `tauri-build = "^2.0.0-beta.2"`
candidate versions found which didn't match: 2.0.0-beta.1, 2.0.0-beta.0, 2.0.0-alpha.14, ...
location searched: crates.io index
required by package `app v0.1.0 (/Users/user/Documents/tauri/app)`
if you are looking for the prerelease package it needs to be specified explicitly
tauri-build = { version = "2.0.0-beta.1" }
perhaps a crate was updated and forgotten to be re-vendored?
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment