From a55d84e496f4d618679099aa0fb6d33dd9132ac4 Mon Sep 17 00:00:00 2001 From: m4b Date: Sun, 11 Jun 2023 20:30:58 -0700 Subject: [PATCH] build: bump msrv to 1.60.0, since log forces this lower bound now --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11877cd64..0ad84dbb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: include: - build: MSRV # Minimum supported Rust version os: ubuntu-latest - rust: 1.56.0 + rust: 1.60.0 - build: stable os: ubuntu-latest rust: stable diff --git a/Cargo.toml b/Cargo.toml index ce5877371..8cf5aa491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = [ categories = ["parsing", "development-tools::debugging"] documentation = "https://docs.rs/goblin" edition = "2021" -rust-version = "1.56.0" +rust-version = "1.60.0" include = [ "src", "CHANGELOG.md", diff --git a/README.md b/README.md index 4436b820b..76c226045 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://docs.rs/goblin/ ### Usage -Goblin requires `rustc` 1.56.0 (Rust 2021 edition). +Goblin requires `rustc` 1.60.0 (Rust 2021 edition). Add to your `Cargo.toml`