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