fix: msrv issues and update coverage toolchain

This commit is contained in:
Vladimir Fomene
2023-08-16 14:25:21 +03:00
parent feafaaca31
commit b0b91b7418
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.65.0"
toolchain: "1.67.0"
override: true
profile: minimal
components: llvm-tools-preview