Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 33381c7

Browse files
committed
Exclude GitHub Workflows files from packaged crate
1 parent fd2bf61 commit 33381c7

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/rust-lang/libm"
1111
version = "0.2.7"
1212
edition = "2018"
13-
exclude = ["/ci/"]
13+
exclude = ["/ci/", "/.github/workflows/"]
1414

1515
[features]
1616
default = []

0 commit comments

Comments
 (0)