Use rocket 0.5-rc1, remove rocket-contrib (#672)

* Use rocket 0.5-rc1, remove rocket-contrib

* Revert thread_rng

* Continue on error for beta as well

* Add Drazen to authors

* Remain paranoid for unstable crates

* fmt again :/

* Most paranoid versions
This commit is contained in:
Drazen Urch
2021-07-05 18:07:18 +02:00
committed by GitHub
parent 8f98de4abc
commit 4a86b24ff5
6 changed files with 60 additions and 248 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
ci:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.rust == 'nightly' }}
continue-on-error: ${{ matrix.rust == 'nightly' || matrix.rust == 'beta' }}
strategy:
matrix:
rust: [stable, beta, nightly]