From 8c77be140776e2da6ca323b3a3c99244dfc03981 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 28 Aug 2025 17:15:55 -0700 Subject: [PATCH] Drop rust from .tool-versions GitLab itself doesn't use Rust directly, so we can drop the dependency in .tool-versions. The prometheus-client-map and gitlab-glfm-markdown Rust gems install precompiled native gems. This saves us from having to keep this version up-to-date. --- .tool-versions | 1 - 1 file changed, 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index c7827189d1842d..f3108d4d6ca03a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -4,7 +4,6 @@ nodejs 22.12.0 postgres 16.10 16.8 14.9 redis 7.0.14 ruby 3.3.9 3.2.9 -rust 1.73.0 yarn 1.22.19 # For linting documentation -- GitLab