Skip to content

Commit e4cefc5

Browse files
committed
Exclude GitHub Workflows files from packaged crate
1 parent d56efd4 commit e4cefc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/libm/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)