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

Maintenance #50

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Maintenance #50

merged 8 commits into from
Jul 3, 2024

Commits on Jun 28, 2024

  1. rename .cargo/config -> .cargo/config.toml

    The previous filename is deprecated.
    benma committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c64651d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b124df View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. remove unused folder .ci

    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fae04a8 View commit details
    Browse the repository at this point in the history
  2. remove unused deps

    Found with `RUSTFLAGS=-Wunused-crate-dependencies cargo check`.
    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b5f8dbd View commit details
    Browse the repository at this point in the history
  3. bitbox-bridge: update deps

    And move some to workspace deps to ensure the same version is used in
    the members.
    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d9c0af9 View commit details
    Browse the repository at this point in the history
  4. switch to 2021 edition

    resolver=2 line added as prompted by the compiler.
    rustfmt.toml added for editors to be able to handle the syntax.
    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    39d0363 View commit details
    Browse the repository at this point in the history
  5. web: use async syntax

    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7fd7658 View commit details
    Browse the repository at this point in the history
  6. update Dockerfile

    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4ff84a8 View commit details
    Browse the repository at this point in the history