We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to support correctly workspaces: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
A workspace is a set of packages that share the same Cargo.lock and output directory.
Here is an example: https://github.com/tauri-apps/tauri/blob/dev/Cargo.toml
The text was updated successfully, but these errors were encountered:
Support cargo workspaces in assembly
cf19fce
Reference: #3598 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
8415ed7
2a2f512
This is fixed with #3602
See scan below: tauri-dev-scan-results.json.txt
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We need to support correctly workspaces:
https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
Here is an example: https://github.com/tauri-apps/tauri/blob/dev/Cargo.toml
The text was updated successfully, but these errors were encountered: