From 4cb6aa176ea86d95f49effc9e0822c2cb559558a Mon Sep 17 00:00:00 2001 From: Charles Lechasseur Date: Sun, 14 Jan 2024 18:00:27 -0500 Subject: [PATCH] fix: min version for build is 1.65.0 now --- .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 477cfc6..d160ad2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ 1.56.1, stable, beta, nightly ] + toolchain: [ 1.65.0, stable, beta, nightly ] os: [ ubuntu, macos, windows ] ignore-lock: [ false, true ] all-features: [ false, true ]