From 42cddd12b82c028012b987548f2fbcf1a9562a71 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 1 Aug 2023 11:43:35 +0300 Subject: [PATCH] Update MSRV. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26cb967..e06d14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [stable, 1.59.0] + toolchain: [stable, 1.65.0] command: - name: Check command: check diff --git a/Cargo.toml b/Cargo.toml index f1976eb..f88c20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/compact-genome" repository = "https://github.com/sebschmi/compact-genome-rs" readme = "README.md" license = "BSD-2-Clause" -rust-version = "1.59.0" +rust-version = "1.65.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html