Bump MSRV to 1.55.0

This commit is contained in:
Lucien Greathouse
2021-11-20 18:07:24 -05:00
parent 1d9845a6cb
commit 6896257647

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust_version: [stable, "1.46.0"]
rust_version: [stable, "1.55.0"]
steps:
- uses: actions/checkout@v1