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

Commits on Nov 9, 2023

  1. Track Cargo.lock and update dependencies

    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.
    Duddino committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ed4c68e View commit details
    Browse the repository at this point in the history