build: bump msrv to 1.60.0

the log crates requires this after Debian 12/bookworm released
This commit is contained in:
EdJoPaTo
2023-07-08 11:28:17 +02:00
parent 8a53caced7
commit 1b601ea06b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
# Sometimes old rust versions don't yet have the lints (allow unknown) or don't have fixes in lints (false positives -> don't error, just warn).
# When a certain distro is a target look up its version: https://repology.org/project/rust/versions
- os: ubuntu-latest
toolchain: 1.56.1
toolchain: 1.60.0
clippyargs: -A unknown-lints
features: --all-features
steps: