From 7f9348f78c32cbd566379b76a1aecc0331ada3c8 Mon Sep 17 00:00:00 2001 From: Vincent Esche <138017+regexident@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:07:08 +0200 Subject: [PATCH] feat(preset): Add monorepo group for 'rust-analyzer' crates (#30765) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 19ce1bc75c..9321cb6f79 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -442,6 +442,7 @@ "retrofit": "https://github.com/square/retrofit", "rjsf": "https://github.com/rjsf-team/react-jsonschema-form", "router5": "https://github.com/router5/router5", + "rust-analyzer": "https://github.com/rust-lang/rust-analyzer", "rust-futures": "https://github.com/rust-lang/futures-rs", "rust-wasm-bindgen": "https://github.com/rustwasm/wasm-bindgen", "sanity": "https://github.com/sanity-io/sanity", -- GitLab