diff options
author | Danilo Spinella | 2022-07-31 08:09:18 +0000 |
---|---|---|
committer | GitHub | 2022-07-31 08:09:18 +0000 |
commit | ab616ab7186e0eff6950991b143c2b4134f10dfb (patch) | |
tree | f4ac981647896b9fd6f15524ad1faff8769dc052 | |
parent | fe3a9a868ea944a17f5a70e892bd8b985d6485e9 (diff) |
Add rust-version (MSRV) to helix-term package (#3244)
-rw-r--r-- | helix-term/Cargo.toml | 1 |
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 |