From 2b4591ee88e84fe63c1537e67e71df02ed435547 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 16 Jul 2023 12:30:02 -0700 Subject: [PATCH] Raise required compiler to rust 1.56 --- .github/workflows/ci.yml | 13 ------------- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a2485..c14c221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,19 +38,6 @@ jobs: - run: cargo test - run: cargo run --manifest-path benches/Cargo.toml - msrv: - name: Rust 1.31.0 - needs: pre_ci - if: needs.pre_ci.outputs.continue - runs-on: ubuntu-latest - timeout-minutes: 45 - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.31.0 - with: - components: rust-src - - run: cargo check - minimal: name: Minimal versions needs: pre_ci diff --git a/Cargo.toml b/Cargo.toml index 1322451..d099b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" keywords = ["macros", "syn"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/quote" -rust-version = "1.31" +rust-version = "1.56" [dependencies] proc-macro2 = { version = "1.0.63", default-features = false } diff --git a/README.md b/README.md index 4d1a973..41b4a10 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ macros. quote = "1.0" ``` -*Version requirement: Quote supports rustc 1.31 and up.*
+*Version requirement: Quote supports rustc 1.56 and up.*
[*Release notes*](https://github.com/dtolnay/quote/releases)