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

Commit 98ae7dd

Browse files
committed
Exclude GitHub Workflows files from packaged crate
1 parent a768d9b commit 98ae7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/Cargo.toml

+1-1
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)