Skip to content

Commit

Permalink
Upgrade to Tokio 1.x, futures 0.3, Hyper 0.14, etc (rojo-rbx#459)
Browse files Browse the repository at this point in the history
* Upgrade dependencies, oneshot channel ref

* New service style?

* Fix warning

* A server is running again

* Working server with async blocks

* UI working again

* Finish upgrade

* Bump MSRV to 1.46.0 for if/match in const fn

* Update the README as part of this
  • Loading branch information
LPGhatguy authored Jul 28, 2021
1 parent e13f3d4 commit 9b3fe5e
Showing 10 changed files with 422 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
rust_version: [stable, "1.43.1"]
rust_version: [stable, "1.46.0"]

steps:
- uses: actions/checkout@v1
Loading

0 comments on commit 9b3fe5e

Please sign in to comment.