aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-22 03:07:41 +0000
committerBlaž Hrastnik2021-10-22 03:15:18 +0000
commit182a59b5528075c0171756bff71275db8a7995f0 (patch)
tree1f477382ef5ec5e6764d98d680f0fd9fc0e06fb6 /helix-term/Cargo.toml
parent3b032e8e1fd342261b153aeb375f9c0e8d882b34 (diff)
Update to rust 1.56 + 2021 edition
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 244d3c13..78afab01 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -3,7 +3,7 @@ name = "helix-term"
version = "0.4.1"
description = "A post-modern text editor."
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
-edition = "2018"
+edition = "2021"
license = "MPL-2.0"
categories = ["editor", "command-line-utilities"]
repository = "https://github.com/helix-editor/helix"