diff options
| author | Vincent Esche <regexident@gmail.com> | 2024-08-07 19:57:59 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2024-08-07 19:57:59 +0200 |
| commit | 1555fd9a39c7c80c4e2ec9a44ebc4227b5487932 (patch) | |
| tree | d0a27e403f0eaef98aab5f887e2130e7fddae3c4 | |
| parent | 2a6655a9d7ac37111d151aa54ff81ebbfa859afb (diff) | |
| download | rust-1555fd9a39c7c80c4e2ec9a44ebc4227b5487932.tar.gz rust-1555fd9a39c7c80c4e2ec9a44ebc4227b5487932.zip | |
Make 'syntax-bridge' crate inherit `[package.repository]` from workspace
| -rw-r--r-- | src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml b/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml index b4f59ae216d..de4aec13e24 100644 --- a/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml +++ b/src/tools/rust-analyzer/crates/syntax-bridge/Cargo.toml @@ -2,6 +2,7 @@ name = "syntax-bridge" version = "0.0.0" description = "TBD" +repository.workspace = true authors.workspace = true edition.workspace = true |
