Skip to content

Commit fdf0253

Browse files
committed
Fix conflict: explicit tests and exclude pattern
1 parent 74eccb3 commit fdf0253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/image-rs/jpeg-decoder"
88
readme = "README.md"
99
keywords = ["jpeg", "jpg", "decoder", "image"]
1010
license = "MIT / Apache-2.0"
11-
exclude = ["tests/*"]
11+
exclude = ["/tests/*", "!/tests/*.rs"]
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)