From cc2af9780528ce259a87f66164da0396c054832b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Nov 2021 12:37:00 -0500 Subject: move to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6b56e9..cb5f0ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "textmode" version = "0.1.0" authors = ["Jesse Luehrs "] -edition = "2018" +edition = "2021" description = "terminal interaction library backed by a real terminal parser" repository = "https://git.tozt.net/textmode" -- cgit v1.2.3-54-g00ecf