Skip to content

Commit 54fd74d

Browse files
committed
Don't include github actions in package
1 parent 8f88f3f commit 54fd74d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ categories = [
1010
"data-structures",
1111
"no-std"
1212
]
13+
exclude = [
14+
".github/*",
15+
]
1316

1417
[dependencies]
1518
generic-array = "0.14.1"

0 commit comments

Comments
 (0)