Exclude GitHub Workflows files from packaged crate
This commit is contained in:
parent
c52ae9d597
commit
54577e0039
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ readme = "README.md"
|
|||
repository = "https://github.com/rust-lang/libm"
|
||||
version = "0.2.7"
|
||||
edition = "2018"
|
||||
exclude = ["/ci/"]
|
||||
exclude = ["/ci/", "/.github/workflows/"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue