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

Track Cargo.lock and update dependencies #66

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

Duddino
Copy link
Member

@Duddino Duddino commented Nov 9, 2023

The library was failing to build for users who just cloned the package, this is because without a Cargo.lock, cargo would use the most up to date dependencies, which actually failed to compile because of depenedencies issues with WASM. This fixes the Cargo.toml to work with the most recent cargo update and also tracks a Cargo.lock to avoid these kinds of issues in the future.

The library was failing to build for users who just cloned the
package, this is because without a `Cargo.lock`, cargo would use the
most up to date dependencies, which actually failed to compile because
of depenedencies issues with WASM. This fixes the `Cargo.toml` to work
with the most recent `cargo update` and also tracks a `Cargo.lock` to
avoid these kinds of issues in the future.
Copy link
Member

@panleone panleone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK ed4c68e

@panleone panleone merged commit af78702 into PIVX-Labs:master Nov 9, 2023
1 check passed
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.

2 participants