Skip to content

Commit

Permalink
Merge pull request #387 from jamessan/exclude-anchors
Browse files Browse the repository at this point in the history
Cargo.toml: Anchor excludes to root of the package
  • Loading branch information
KodrAus committed Dec 11, 2023
2 parents 6c67922 + 1ef4bbb commit 4db18a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ categories = ["no-std"]
description = """
A macro to generate structures which behave like bitflags.
"""
exclude = ["tests", ".github"]
exclude = ["/tests", "/.github"]

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }
Expand Down

0 comments on commit 4db18a8

Please sign in to comment.