Skip to content

Commit 03afa27

Browse files
committed
chore: upgrade tiff
1 parent 5a4b977 commit 03afa27

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ members = ["crates/*"]
3939

4040
[workspace.dependencies]
4141
pdf = "0.9"
42+
tiff = "0.11"
4243

4344
[patch.crates-io.fontdue]
4445
# variable font support

crates/ccitt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ thiserror = "1"
1818
[dev-dependencies]
1919
argh = "0.1.13"
2020
color-eyre = { version = "0.5", default-features = false }
21-
tiff = { version = "0.10" }
21+
tiff = { workspace = true }

0 commit comments

Comments
 (0)