From ab616ab7186e0eff6950991b143c2b4134f10dfb Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Sun, 31 Jul 2022 10:09:18 +0200 Subject: [PATCH] Add rust-version (MSRV) to helix-term package (#3244) --- helix-term/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index b0e22896..d3e6b860 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/helix-editor/helix" homepage = "https://helix-editor.com" include = ["src/**/*", "README.md"] default-run = "hx" +rust-version = "1.57" [package.metadata.nix] build = true