From e1e4d125fbfd3725f982dfcf950c30158860f092 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 1 Jun 2023 16:28:55 +0300 Subject: [PATCH] Update MSRV. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f520ce0..69edaa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - name: Install MSRV toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.1 + toolchain: 1.65.0 override: true - name: Rust cache diff --git a/Cargo.toml b/Cargo.toml index c497c77..657558f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/evalexpr" readme = "README.md" license = "MIT" edition = "2018" -rust-version = "1.56.1" +rust-version = "1.65.0" [badges] maintenance = { status = "actively-developed" } diff --git a/README.md b/README.md index 1d5ec1e..da1a5cd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is very lightweight and comes with no further dependencies. Evalexpr is [available on crates.io](https://crates.io/crates/evalexpr), and its [API Documentation is available on docs.rs](https://docs.rs/evalexpr). -**Minimum Supported Rust Version:** 1.56.1 +**Minimum Supported Rust Version:** 1.65.0