From 970cd2dc0b8c95dac9d8e01445f27f1514e0cc7e Mon Sep 17 00:00:00 2001 From: Roughsketch Date: Sat, 24 Sep 2022 14:07:57 -0500 Subject: [PATCH] Bump to 0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d61cd6d..5e33051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imagesize" -version = "0.10.0" +version = "0.10.1" authors = ["Maid Dog "] edition = "2018" description = "Quick probing of image dimensions without loading the entire file."