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

fix: run on stable rust and update CI #1149

Merged
merged 1 commit into from
Jun 5, 2020
Merged

fix: run on stable rust and update CI #1149

merged 1 commit into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. fix: run on stable rust and update CI

    The CI is now testing only the version that is specified in the `rust_toolchain` file.
    Previously that version plus stable was tested, but now as we are on stable, there is
    not need to run tests twice.
    
    The `--all` flag for `cargo` is deprecated, instead one should use `--workspace`. This
    commit also makes this adjustment.
    vmx authored and cryptonemo committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    319bc2b View commit details
    Browse the repository at this point in the history