summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-09 23:11:28 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-09 23:11:34 +0100
commit98a830cda92d1a7d30f0464812b10bd4a2d154ff (patch)
tree6e9ba1e82e430f2416fe1d08bc76d039b80481f0 /Cargo.toml
parent19d6b81b879ab63140eb6941113e016e13149982 (diff)
downloadvtcol-98a830cda92d1a7d30f0464812b10bd4a2d154ff.tar.gz
switch edition to 2021
The future is now!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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"