diff --git a/README.md b/README.md index 201cbcb..926ee3c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ __What we can do:__ Add this to your `Cargo.toml`: ```toml [dependencies] -exr = "1.7.0" +exr = "2.0.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 c157dc7..6bf090e 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/2.0.0/source/examples/](https://docs.rs/crate/exr/2.0.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/) -- [docs.rs/crate/exr/1.6.4/source/examples/](https://docs.rs/crate/exr/1.6.4/source/examples/) - ... \ No newline at end of file