From f8bad3a2b0bb17293b646b43271513d99be494da Mon Sep 17 00:00:00 2001 From: Johannes Vollmer <32042925+johannesvollmer@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:45:33 +0100 Subject: [PATCH] remove unused clone(), prepare new release --- Cargo.toml | 2 +- README.md | 4 ++-- examples/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b110238..8b28f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Read and write OpenEXR files without any unsafe code" keywords = ["exr", "openexr", "file", "binary", "io"] categories = ["encoding", "filesystem", "graphics", "multimedia"] -version = "1.71.0" +version = "1.72.0" edition = "2018" authors = ["johannesvollmer "] diff --git a/README.md b/README.md index 3db44d6..575ac85 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,12 @@ __What we can do:__ ### Usage > [!TIP] -> If you want to use the newest version of `exrs` with an older Rust version, you can still do that, by forcing Rust to use a an older version of the `half` crate via `cargo update -p half --precise 2.2.1`, or downgrade all dependencies via `cargo +nightly -Zminimal-versions generate-lockfile`. `half 2.3.0` and higher have an MSRV above 1.61. +> If you want to use the newest version of `exrs` with an older Rust version, you can still do that, by forcing Rust to use an older version of the `half` crate via `cargo update -p half --precise 2.2.1`, or downgrade all dependencies via `cargo +nightly -Zminimal-versions generate-lockfile`. Version `half 2.3.0` and higher have an MSRV above 1.61. Add this to your `Cargo.toml`: ```toml [dependencies] -exr = "1.71.0" +exr = "1.72.0" # also, optionally add this to your crate for smaller binary size # and better runtime performance diff --git a/examples/README.md b/examples/README.md index 7e9453e..5d8c51f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ Only the cropping examples use images from the source repository's test folder. ## Older Versions The examples for any specific `exrs` version can be found on the `docs.rs` page: +- [docs.rs/crate/exr/1.72.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) - [docs.rs/crate/exr/1.71.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) - [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/) -- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/) - ... \ No newline at end of file