Merge pull request #282 from mulkieran/exclude-ci

This commit is contained in:
Amanieu d'Antras 2023-08-04 14:45:48 +01:00 committed by GitHub
commit 17a6379db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang/libm"
version = "0.2.7"
edition = "2018"
exclude = ["/ci/", "/.github/workflows/"]
[features]
default = []