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

add Cargo.lock #8

Merged
merged 1 commit into from
Jul 1, 2023
Merged

add Cargo.lock #8

merged 1 commit into from
Jul 1, 2023

Conversation

classabbyamp
Copy link
Contributor

Recently Void Linux has switched to requiring the --locked flag for cargo in package build steps, which results in ntdsextract2 failing to build.

suggested practice for applications is to track this in git: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

suggested practice for applications is to track this in git:
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@janstarke janstarke merged commit b7e5ae2 into janstarke:master Jul 1, 2023
@janstarke janstarke self-assigned this Jul 1, 2023
@janstarke janstarke added the bug Something isn't working label Jul 1, 2023
@janstarke
Copy link
Owner

janstarke commented Jul 1, 2023

Thank you for this great hint 👍 Now, I need to apply this fix to nearly all of my Tools 😢 This might take some days, 'cause I'm currently in a case.

However, for ntdsextract2, the fix is published in 0.12.2

Regards, Jan

@classabbyamp classabbyamp deleted the cargo-lockfile branch July 1, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants