aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-16 04:26:52 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-16 04:26:52 -0500
commit90cbd4b873a2840385bcbc64e199604bcbaead4c (patch)
treec0496764506b0c6c5fc90b7c2585761bfb4447a8 /Cargo.toml
parent50960d16b66679b81e4f69b451d834695c86b8c6 (diff)
downloadvt100-rust-90cbd4b873a2840385bcbc64e199604bcbaead4c.tar.gz
vt100-rust-90cbd4b873a2840385bcbc64e199604bcbaead4c.zip
edition 2021
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36b246c..e747d13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "vt100"
version = "0.12.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
-edition = "2018"
+edition = "2021"
description = "Library for parsing terminal data"
homepage = "https://github.com/doy/vt100-rust"