Skip to content

Commit b6a2922

Browse files
committed
chore: reverse changes, need to yank v0.1.2
The changes will not work as crates.io needs to have the `deps` with exiftool in order to build the docs
1 parent 4f7cad2 commit b6a2922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "fuji"
3-
version = "0.1.2"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "A library to read Fujifilm Recipes & Exif Metadata from a JPEG or RAF file using exiftool."
66
license = "Apache-2.0"
77
keywords = ["fujifilm", "recipe", "exif", "metadata"]
8-
exclude = [".github", "tests/**/*.RAF", "scripts", "deps"]
8+
exclude = [".github", "tests", "test-utilities", "scripts", "deps"]
99

1010
[dependencies]
1111
log = "~0.4.26"

0 commit comments

Comments
 (0)