Bump the rust toolchain

This commit is contained in:
2023-08-11 14:11:28 +02:00
committed by GitHub
parent e9e4697401
commit 867f104997

View File

@ -30,7 +30,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.67
override: true
- name: Install dns-ptr-resolver
if: steps.cache-dns-ptr-resolver.outputs.cache-hit != 'true'