From d6c09ef7367c4dedd4ae6d6ebbfaa6d4bdb38b8e Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 13 Apr 2023 15:25:47 +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 f7e8ff3..b78de14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - rust: [ 1.46.0 ] + rust: [ 1.56.1 ] steps: - uses: actions/checkout@master diff --git a/Cargo.toml b/Cargo.toml index 2e38a1e..3ff05fe 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.46.0" +rust-version = "1.56.1" [badges] maintenance = { status = "actively-developed" }