Skip to content

Commit

Permalink
Bump version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Sep 17, 2024
1 parent 4af7533 commit 663752e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "nom-exif"
version = "1.5.2"
version = "2.0.0"
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."
description = "Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported."
homepage = "https://github.com/mindeng/nom-exif"
repository = "https://github.com/mindeng/nom-exif"
exclude = [
Expand All @@ -24,7 +24,7 @@ bytes = "1.7.1"
iso6709parse = "0.1.0"

[features]
# default = ["async", "json_dump"]
default = ["async", "json_dump"]
async = ["tokio"]
json_dump = ["serde"]

Expand Down

0 comments on commit 663752e

Please sign in to comment.