From 98a830cda92d1a7d30f0464812b10bd4a2d154ff Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 9 Nov 2021 23:11:28 +0100 Subject: switch edition to 2021 The future is now! --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0833d44..901e875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/phi-gamma/vtcol" keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ] readme = "README.rst" license = "GPL-3.0" +edition = "2021" [[bin]] name = "vtcol" @@ -19,5 +20,5 @@ test = false doc = false [dependencies] -libc = "0.2" -getopts = "0.2" +libc = "0.2" +getopts = "0.2" -- cgit v1.2.3