From 3f062fa3d09e2b426a7861b226ff25f8dbcae75d Mon Sep 17 00:00:00 2001 From: Matt Paras Date: Sat, 17 May 2025 08:42:02 -0700 Subject: [PATCH] bring rust version back in line --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index feeb235dc..33c69305d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,5 +59,4 @@ categories = ["editor"] repository = "https://github.com/helix-editor/helix" homepage = "https://helix-editor.com" license = "MPL-2.0" -# TODO: Get this back to 1.76 -rust-version = "1.81" +rust-version = "1.82"