Skip to content

Commit fb097cb

Browse files
Merge #13
13: exclude CI files from crates.io r=cuviper a=ignatenkobrain Co-authored-by: Igor Gnatenko <[email protected]>
2 parents ad60b60 + b5db71a commit fb097cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name = "num-integer"
1111
version = "0.1.39"
1212
readme = "README.md"
1313
build = "build.rs"
14+
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
1415

1516
[package.metadata.docs.rs]
1617
features = ["std"]

0 commit comments

Comments
 (0)