Skip to content

Commit

Permalink
Update to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Roughsketch committed Jun 17, 2024
1 parent c8273c3 commit 017b33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Quick probing of image dimensions without loading the entire file
documentation = "https://docs.rs/imagesize"
repository = "https://github.com/Roughsketch/imagesize"
readme = "README.md"
keywords = ["image", "size"]
keywords = ["dimensions", "image", "metadata", "size"]
categories = ["multimedia", "multimedia::images"]
license = "MIT"
exclude = ["tests/*"]
Expand All @@ -16,7 +16,7 @@ exclude = ["tests/*"]

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
walkdir = "2.3.3"
walkdir = "2.3"

[[bench]]
name = "parse_benchmark"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The goal of this crate is to be able to read the dimensions of a supported image
Add the following to your Cargo.toml:
```toml
[dependencies]
imagesize = "0.12"
imagesize = "0.13"
```

## Supported Image Formats
Expand Down

0 comments on commit 017b33d

Please sign in to comment.