Skip to content

Commit

Permalink
(MINOR) Bump MSRV to 1.67 (#182)
Browse files Browse the repository at this point in the history
Resolves issue with toml_edit crate
  • Loading branch information
scouten-adobe authored Nov 14, 2023
1 parent 32bd4b3 commit 68ca53c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Eric Scouten <scouten@adobe.com>"]
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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68ca53c

Please sign in to comment.