Skip to content

Commit

Permalink
Fix test/example file excludes in wrong section (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Apr 12, 2024
1 parent 779c293 commit 9223651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -18,9 +18,8 @@ repository = "https://github.com/image-rs/image"
homepage = "https://github.com/image-rs/image"
categories = ["multimedia::images", "multimedia::encoding", "encoding"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
# Crate build related
exclude = ["src/png/testdata/*", "examples/*", "tests/*"]

include = [
"/LICENSE-APACHE",
Expand All @@ -31,8 +30,9 @@ include = [
"/benches/",
]

# Crate build related
exclude = ["src/png/testdata/*", "examples/*", "tests/*"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
bytemuck = { version = "1.8.0", features = ["extern_crate_alloc"] } # includes cast_vec
Expand Down

0 comments on commit 9223651

Please sign in to comment.