From 44ef6967271359b483133667bc60ed1561b1fef7 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 18 Mar 2024 14:44:46 -0700 Subject: [PATCH] Update MSRV to 1.67 There is surely a better way of doing this, but this is low barrier to entry. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bfc63..ac38898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - rust: ["1.66", stable] + rust: ["1.67", stable] steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master