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

Make fj-viewer assets available in its crate package #1606

Merged
merged 2 commits into from
Feb 21, 2023
Merged

Conversation

hannobraun
Copy link
Owner

This broke cargo install.

Also make sure to publish crates without --no-verify from now on, as this would have caught this (as well as similar issues we've had previously).

Close #1603

They are used there at compile-time. Them being outside of the directory
means they are not included in the crate package, which breaks `cargo
install`.
We've had multiple bug breaking `cargo install` now, which would have
been caught by this.
@hannobraun hannobraun enabled auto-merge February 21, 2023 11:42
@hannobraun hannobraun merged commit 2b09c31 into main Feb 21, 2023
@hannobraun hannobraun deleted the install branch February 21, 2023 11:46
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

Successfully merging this pull request may close these issues.

cargo install failed on 0.37.0
1 participant