summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-11 00:33:57 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-11 00:34:51 +0100
commitfbffcbbaaf3529572f7f55ff0c21735b9a29562b (patch)
treebe8030dd91bb450f7006c9b54d3a1a9f1f1ef8c7 /Cargo.toml
parentd2959aa212572d8f3107d70bee4657824d690f49 (diff)
downloadvtcol-fbffcbbaaf3529572f7f55ff0c21735b9a29562b.tar.gz
avoid hard coding builtin names
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 9a7e672..82eae4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@
[package]
name = "vtcol"
description = "Set Linux console color scheme"
-version = "0.42.4"
+version = "0.42.5"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
repository = "https://github.com/phi-gamma/vtcol"
keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ]