From bde303dd753fa67e8ea666caf0c51a32f8fc7770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:35:09 +0000 Subject: [PATCH] fix(deps): update rust crate ra_ap_cfg to v0.0.249 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5050f1..6dbb63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dunce = "1.0.4" sugar_path = "1.2.0" ra_ap_base_db = "=0.0.248" -ra_ap_cfg = "=0.0.248" +ra_ap_cfg = "=0.0.249" ra_ap_hir = "=0.0.248" ra_ap_hir_def = "=0.0.248" ra_ap_hir_ty = "=0.0.248"