Update MSRV.

This commit is contained in:
Sebastian Schmidt 2023-06-01 16:28:55 +03:00 committed by ISibboI
parent 6ed820adc4
commit e1e4d125fb
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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" }

View File

@ -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
<!-- cargo-sync-readme start -->