Update MSRV to 1.58.1 for format string capturing

This commit is contained in:
Lucien Greathouse
2022-08-03 19:39:14 -04:00
parent 41d7aaf323
commit 3e83f92532
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust_version: [stable, 1.57.0]
rust_version: [stable, 1.58.1]
steps:
- uses: actions/checkout@v3