From b8e24518351e1d2516f216ce524d2baad813fb4e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 25 Feb 2025 07:30:56 -0800 Subject: Apply exif rotation before scaling --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ce09630..b858f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s3-media-endpoint-rs" -version = "0.1.0" +version = "0.1.1" authors = ["Jesse Morgan "] edition = "2018" @@ -31,4 +31,4 @@ rand = "0.7" rusoto_core = "0.47" rusoto_s3 = "0.47" -image = "0.23" +image = "0.25" -- cgit v1.2.3