Skip to content

Commit e00110f

Browse files
SwishSwushPowJohnTitor
authored andcommitted
Exclude cherry-pick-stable script from crates.io package
1 parent 2c28eac commit e00110f

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
@@ -3,7 +3,7 @@ name = "libc"
33
version = "0.2.177"
44
keywords = ["libc", "ffi", "bindings", "operating", "system"]
55
categories = ["external-ffi-bindings", "no-std", "os"]
6-
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
6+
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml", "cherry-pick-stable.sh"]
77
description = "Raw FFI bindings to platform libraries like libc."
88
authors = ["The Rust Project Developers"]
99
edition = "2021"

0 commit comments

Comments
 (0)