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

User verify alternative (rfd) #52

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

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
  3. remove unusd folder .ci

    benma committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8cf3f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. remove unused deps

    Found with `RUSTFLAGS=-Wunused-crate-dependencies cargo check`.
    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1fb87c4 View commit details
    Browse the repository at this point in the history
  2. 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
    475cf4b View commit details
    Browse the repository at this point in the history
  3. 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
    f5fa32a View commit details
    Browse the repository at this point in the history
  4. web: use async syntax

    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3463222 View commit details
    Browse the repository at this point in the history
  5. wip

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

    benma committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4784c90 View commit details
    Browse the repository at this point in the history
  7. wip

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