about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-18 14:03:38 +0000
committerbors <bors@rust-lang.org>2023-12-18 14:03:38 +0000
commitbd03f92579d2155ee86f23b8337bf2c869635f16 (patch)
tree88c6d4a4ab093b232fc1b900cf570617f6416f63
parent038086984c0613b9a6472d46b2a27e13d9ca26ad (diff)
parent66fa1c965e7156ccafbd4b076376b42c4e970e7d (diff)
downloadrust-bd03f92579d2155ee86f23b8337bf2c869635f16.tar.gz
rust-bd03f92579d2155ee86f23b8337bf2c869635f16.zip
Auto merge of #16147 - lnicola:no-ap-sourcegen, r=lnicola
minor: Don't auto-publish sourcegen

Closes #16029
-rw-r--r--crates/sourcegen/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml
index 0514af8e783..8e3e426ae13 100644
--- a/crates/sourcegen/Cargo.toml
+++ b/crates/sourcegen/Cargo.toml
@@ -2,6 +2,7 @@
 name = "sourcegen"
 version = "0.0.0"
 description = "TBD"
+publish = false
 
 authors.workspace = true
 edition.workspace = true