fix #187 via a dependency upgrade

I did a full `cargo upgrade` and fixed what it broke:

*   a couple things for the latest protobuf 3.0 alphas
    (note alphas don't promise API stability)
*   new minimum supported Rust version

This should have some other nice effects: parking_lot now uses inline
assembler, tokio has gotten faster, etc.
This commit is contained in:
Scott Lamb
2022-03-08 11:22:01 -08:00
parent 3c1171e405
commit 9d70d68710
8 changed files with 383 additions and 274 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Rust ${{ matrix.rust }}
strategy:
matrix:
rust: [ "stable", "1.53", "nightly" ]
rust: [ "stable", "1.56", "nightly" ]
include:
- rust: nightly
extra_args: "--features nightly --benches"