Skip to content

Commit a40659f

Browse files
Merge #57
57: chore: Exclude CI files from crates.io r=Amanieu a=ignatenkobrain Co-authored-by: Igor Gnatenko <[email protected]>
2 parents af90bc9 + a632c45 commit a40659f

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/Amanieu/hashbrown"
88
readme = "README.md"
99
keywords = ["hash", "no_std", "hashmap", "swisstable"]
1010
categories = ["data-structures", "no-std"]
11-
exclude = [".travis.yml", "bors.toml"]
11+
exclude = [".travis.yml", "bors.toml", "/ci/*"]
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)