From 00b9fcc363c854a84750f994500fc8f54f120a44 Mon Sep 17 00:00:00 2001 From: Min Deng Date: Thu, 15 Feb 2024 14:19:56 +0800 Subject: [PATCH] version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcab3f3..8a7feb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nom-exif" -version = "0.1.0" +version = "0.1.1" edition = "2021" license-file = "LICENSE" description = "Exif/metadata parsing library written in pure Rust, both JPEG/HEIF/HEIC images and MOV/MP4 videos are supported."