aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorDanilo Spinella2022-07-31 08:09:18 +0000
committerGitHub2022-07-31 08:09:18 +0000
commitab616ab7186e0eff6950991b143c2b4134f10dfb (patch)
treef4ac981647896b9fd6f15524ad1faff8769dc052 /helix-term
parentfe3a9a868ea944a17f5a70e892bd8b985d6485e9 (diff)
Add rust-version (MSRV) to helix-term package (#3244)
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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