From ac02a1242b1d6452a428846d2a84d2ac164fd914 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Mon, 10 Oct 2022 09:38:05 -0700 Subject: [PATCH] feat(version): declare minimum supported rust version at 1.56.0 (#209) Co-authored-by: Benjamin Lee --- .github/workflows/ci.yml | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3e10ef..710eb1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.54.0, stable] + rust: [1.56.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: diff --git a/Cargo.toml b/Cargo.toml index 6cd58711..65cec159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette" license = "Apache-2.0" readme = "README.md" edition = "2018" +rust-version = "1.56.0" exclude = ["images/", "tests/", "miette-derive/"] [dependencies]