Skip to content

Commit f8bad3a

Browse files
remove unused clone(), prepare new release
1 parent fb7a958 commit f8bad3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Read and write OpenEXR files without any unsafe code"
44
keywords = ["exr", "openexr", "file", "binary", "io"]
55
categories = ["encoding", "filesystem", "graphics", "multimedia"]
66

7-
version = "1.71.0"
7+
version = "1.72.0"
88
edition = "2018"
99
authors = ["johannesvollmer <[email protected]>"]
1010

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ __What we can do:__
159159
### Usage
160160

161161
> [!TIP]
162-
> 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.
162+
> 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.
163163
164164
Add this to your `Cargo.toml`:
165165
```toml
166166
[dependencies]
167-
exr = "1.71.0"
167+
exr = "1.72.0"
168168

169169
# also, optionally add this to your crate for smaller binary size
170170
# and better runtime performance

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Only the cropping examples use images from the source repository's test folder.
1818

1919
## Older Versions
2020
The examples for any specific `exrs` version can be found on the `docs.rs` page:
21+
- [docs.rs/crate/exr/1.72.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
2122
- [docs.rs/crate/exr/1.71.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
2223
- [docs.rs/crate/exr/1.7.0/source/examples/](https://docs.rs/crate/exr/1.7.0/source/examples/)
23-
- [docs.rs/crate/exr/1.6.5/source/examples/](https://docs.rs/crate/exr/1.6.5/source/examples/)
2424
- ...

0 commit comments

Comments
 (0)