Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #16147 - lnicola:no-ap-sourcegen, r=lnicola
minor: Don't auto-publish sourcegen Closes #16029
bors 2023-12-18
parent 0380869 · parent 66fa1c9 · commit bd03f92
-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 0514af8e78..8e3e426ae1 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