Skip to content

Commit de12c80

Browse files
committed
Bump Minimum Supported Rust Version (MSRV) from 1.63 to 1.70
1 parent 9669bb6 commit de12c80

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
container_image: ["rust:1.63-slim", "rust:slim", "rustlang/rust:nightly-slim"]
16+
container_image: ["rust:1.70-slim", "rust:slim", "rustlang/rust:nightly-slim"]
1717
container:
1818
image: ${{ matrix.container_image }}
1919
steps:

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
UNRELEASED
2+
* Update minimum supported Rust version to 1.70 due to dependency reqs.
3+
14
2023-01-09 - v1.4.0
25
* Now supports `gexiv2_metadata_from_app1_segment`, thanks to Hubert Figuière.
36

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ links = "gexiv2"
2020
build = "build.rs"
2121

2222
edition = "2021"
23-
rust-version = "1.63"
23+
rust-version = "1.70"
2424

2525
include = [
2626
"Cargo.toml",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Given that it links to gexiv2, and transitively to Exiv2, gexiv2-sys obviously
5757
depends on them. These libraries are not bundled with gexiv2-sys: you will need
5858
to install them separately.
5959

60-
The minimum supported `rustc` version is 1.63.
60+
The minimum supported `rustc` version is 1.70.
6161

6262
For full instructions on how to get started with gexiv2-sys, including how to
6363
install the prerequisite dependencies, refer to the [`SETUP`](SETUP.md) file.

0 commit comments

Comments
 (0)