From bd91dae004013acf52625199fc5d603f425d66d2 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Wed, 2 Jun 2021 18:53:17 -0500 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d3b402..eebe0f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vga" -version = "0.2.6" +version = "0.2.7" authors = ["Ryan Kennedy "] edition = "2018" description = "Support for vga specific functions, data structures, and registers."