Skip to content

Commit 27bdd06

Browse files
djcDaniël de Kok
authored and
Daniël de Kok
committed
Remove non-existent file from package.exclude
1 parent 1c6628e commit 27bdd06

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ homepage = "https://github.com/finalfusion/finalfusion-rust"
1111
repository = "https://github.com/finalfusion/finalfusion-rust"
1212
license = "MIT OR Apache-2.0"
1313
readme = "README.md"
14-
exclude = [
15-
".gitignore",
16-
".travis.yml"
17-
]
14+
exclude = [".gitignore"]
1815

1916
[dependencies]
2017
byteorder = "1"

0 commit comments

Comments
 (0)