Skip to content

Commit 6787deb

Browse files
committed
Fix publishing on the libc-0.2 branch
In the cherry pick for d8e39a2 ("chore: cleanup Cargo.toml and rm perl"), I accidentally picked up the `publish = false` line which isn't intended for this branch. Remove it so we get releases again.
1 parent 1c5b553 commit 6787deb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"]
55
categories = ["external-ffi-bindings", "no-std", "os"]
66
exclude = ["/ci/*", "/.github/*", "/.cirrus.yml", "/triagebot.toml"]
77
description = "Raw FFI bindings to platform libraries like libc."
8-
publish = false # On the main branch, we don't want to publish anything
98
authors = ["The Rust Project Developers"]
109
edition = "2021"
1110
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)