Skip to content

Do not crash with Cargo workspaces #3598

New issue

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

Closed
pombredanne opened this issue Nov 18, 2023 · 1 comment · Fixed by #3602
Closed

Do not crash with Cargo workspaces #3598

pombredanne opened this issue Nov 18, 2023 · 1 comment · Fixed by #3602
Labels

Comments

@pombredanne
Copy link
Member

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

AyanSinhaMahapatra added a commit that referenced this issue Nov 21, 2023
Reference: #3598

Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra added a commit that referenced this issue Nov 21, 2023
Reference: #3598

Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra added a commit that referenced this issue Nov 21, 2023
Reference: #3598

Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
@AyanSinhaMahapatra
Copy link
Member

This is fixed with #3602

See scan below:
tauri-dev-scan-results.json.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants