oliverbestmann

Results 4 issues of oliverbestmann

I see that you have already updated to 1.43 a few month ago. It would be really nice if you could push out a release with that change:

I've added a `[target.target.x86_64-unknown-linux-gnu]` section to my `$HOME/.cargo/config.toml`. If i am now using cross to compile for a different target, say `cross build --target aarch64-unknown-linux-gnu`, the build picks up the...

enhancement
breaking change

`exif-rs` gives me `Truncated field value` while `exiftool` is fine reading the image. The image sha1 is `62e07a2e8c76cb6fb5e5cff70526b1e382eae423` ![IMG_20130311_111917](https://github.com/kamadak/exif-rs/assets/6551584/1070c626-d1a5-4177-8f09-9b30b80f2882)

![IMG_20191012_171303](https://github.com/kamadak/exif-rs/assets/6551584/2b57ccfe-c863-403e-aee1-a2b80c5e883e) exif-rs tells me "Truncated IFD count" when reading exif data for this file, exiftool is fine and does not complain. Looks like github includes the original image, to be...