diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-18 15:54:01 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-18 15:54:01 +0200 |
| commit | 66fa1c965e7156ccafbd4b076376b42c4e970e7d (patch) | |
| tree | 6e9aea49e1ebcfd57f537b9d9b996c3907dd9360 | |
| parent | 21b06c1beb9bb59369ffd652f5d617bcf6952e05 (diff) | |
| download | rust-66fa1c965e7156ccafbd4b076376b42c4e970e7d.tar.gz rust-66fa1c965e7156ccafbd4b076376b42c4e970e7d.zip | |
Don't auto-publish sourcegen
| -rw-r--r-- | crates/sourcegen/Cargo.toml | 1 |
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 |
