From f55049d6bbd34d58d60786a7871bc087a9610415 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Mon, 19 Feb 2024 09:15:08 +0100 Subject: [PATCH] version 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ccfca4..ce0ced7 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.5.0" edition = "2021" rust-version = "1.70"