Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #15706 - lnicola:rustc-dependencies-description, r=lnicola
minor: Add mock description to rustc-dependencies
Hopefully fixes auto-publishing.
| -rw-r--r-- | crates/rustc-dependencies/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rustc-dependencies/Cargo.toml b/crates/rustc-dependencies/Cargo.toml index 901706d3d9..5c5a3cd8bf 100644 --- a/crates/rustc-dependencies/Cargo.toml +++ b/crates/rustc-dependencies/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "rustc-dependencies" version = "0.0.0" +description = "TBD" + rust-version.workspace = true edition.workspace = true license.workspace = true |