From 68ca53ccc35136b8e15de565930db0210f47d094 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 14 Nov 2023 09:42:09 -0800 Subject: [PATCH] (MINOR) Bump MSRV to 1.67 (#182) Resolves issue with toml_edit crate --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e3532b..0399d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, macos-13-xlarge, ubuntu-latest] - rust_version: [stable, 1.66.0] + rust_version: [stable, 1.67.0] steps: - name: Checkout repository @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: target: [aarch64-unknown-linux-gnu] - rust_version: [stable, 1.66.0] + rust_version: [stable, 1.67.0] steps: - name: Checkout repository diff --git a/Cargo.toml b/Cargo.toml index 132a4d4..6dc63dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Eric Scouten "] keywords = ["xmp", "metadata"] categories = ["api-bindings"] edition = "2021" -rust-version = "1.66.0" +rust-version = "1.67.0" exclude = [ "external/xmp_toolkit/docs", "external/xmp_toolkit/samples", diff --git a/README.md b/README.md index d457142..4b21423 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ We welcome contributions to this project. For information on contributing, provi ## Requirements -The toolkit requires **Rust version 1.66.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released. +The toolkit requires **Rust version 1.67.0** or newer. When a newer version of Rust becomes required, a new minor (1.x.0) version of this crate will be released. ## Crate features