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

Migrate to stable Future trait, async/await and Tokio 0.2 runtime #985

Merged
merged 8 commits into from
Nov 10, 2021

Commits on Nov 9, 2021

  1. refactor: Convert server.rs to use async await

    Markus Westerlind authored and Xanewok committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    efe2024 View commit details
    Browse the repository at this point in the history
  2. Migrate to stable Future trait and Tokio 0.2

    Co-authored-by: Igor Matuszewski <xanewok@gmail.com>
    drahnr and Xanewok committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a917e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c9744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474679a View commit details
    Browse the repository at this point in the history
  5. Don't early return when we can't find rustup proxy exe

    This fixes a bug introduced during the futures rewrite - we eagerly
    returned from the function rather than, as we did originally, falling
    back to compiling without proxy.
    Xanewok committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    300b848 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d7181 View commit details
    Browse the repository at this point in the history
  7. fixup/dist: Construct auth hyper server in Tokio 0.2 context

    This fixes a run-time error otherwise encountered in tests/oauth.rs
    Xanewok committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    574e084 View commit details
    Browse the repository at this point in the history
  8. Fix clippy warnings

    Xanewok committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5478b91 View commit details
    Browse the repository at this point in the history