From 0a81e9ed348f795c0e21024a0c2f2c1895fc7af4 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 7 Aug 2024 12:01:05 +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 237ed3f..9bb83ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [stable, 1.70.0] + toolchain: [stable, 1.75.0] command: - name: Check command: check diff --git a/Cargo.toml b/Cargo.toml index a71f425..078d86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/matchtigs" homepage = "https://github.com/algbio/matchtigs" repository = "https://github.com/algbio/matchtigs" edition = "2021" -rust-version = "1.70.0" +rust-version = "1.75.0" license-file = "LICENSE.txt" [lib]