Skip to content
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

No package metadata found #61

Closed
VladasZ opened this issue Jan 22, 2024 · 3 comments
Closed

No package metadata found #61

VladasZ opened this issue Jan 22, 2024 · 3 comments

Comments

@VladasZ
Copy link
Contributor

VladasZ commented Jan 22, 2024

I got this errror on latest cargo versions:

cargo lipo --release
[ERROR cargo_lipo] No package metadata found for "path+file:///Users/user/crate_name#0.1.0"

Probably something has changed in packages naming.

I patched it like this: VladasZ@a634525
It works fine for me but I'm not sure if this is a proper fix.

@TimNN
Copy link
Owner

TimNN commented Jan 22, 2024

Thanks for the report, I'll try to get this fixed next weekend.

TimNN added a commit that referenced this issue Jan 28, 2024
@TimNN TimNN closed this as completed in b98ca0e Jan 28, 2024
@TimNN
Copy link
Owner

TimNN commented Jan 28, 2024

Should be fixed in v3.3.0.

@VladasZ
Copy link
Contributor Author

VladasZ commented Feb 16, 2024

Yeah everything works fine now. Thank you.

r10s added a commit to deltachat/deltachat-ios that referenced this issue Mar 23, 2024
bumping rust to 1.77 requires a lipo update with
`cargo install cargo-lipo`
due to a recent change with cargo metadata,
see TimNN/cargo-lipo#61

(update should say
`Replaced package 'cargo-lipo v3.2.0' with 'cargo-lipo v3.3.0'`
on success)
r10s added a commit to deltachat/deltachat-ios that referenced this issue Apr 4, 2024
bumping rust to 1.77 requires a lipo update with
`cargo install cargo-lipo`
due to a recent change with cargo metadata,
see TimNN/cargo-lipo#61

(update should say
`Replaced package 'cargo-lipo v3.2.0' with 'cargo-lipo v3.3.0'`
on success)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants