From 2b15ba7625dfeaa19ca5530236aca7ee72069abc Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Wed, 21 Feb 2024 08:49:08 +0100 Subject: [PATCH] version 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ccfca4..56fd73a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ documentation = "https://docs.rs/uutils_term_grid/" license = "MIT" readme = "README.md" repository = "https://github.com/uutils/uutils-term-grid" -version = "0.4.0" +version = "0.6.0" edition = "2021" rust-version = "1.70"