summaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2023-03-04 20:53:54 +0000
committerBlaž Hrastnik2023-03-05 06:54:02 +0000
commitccdb1446652662e2577fb7405fee9ccd49c56180 (patch)
tree9b8bb8580cfa3bf4bb88e8d0cd1708e55ee14c58 /helix-term/Cargo.toml
parent5b4e73f37dea1b199e30610f255731f110a4a605 (diff)
update MSRV to 1.65
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 975d0871..b1d63a04 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -10,7 +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"
+rust-version = "1.65"
[features]
default = ["git"]