From f4093034b9ab1af89029105bd3aaf34850079200 Mon Sep 17 00:00:00 2001 From: Leonid Emar-Kar Date: Thu, 10 Apr 2025 10:59:57 +0100 Subject: [PATCH] update crate version to 0.7 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56fd73a..f21ed07 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.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 2aa0235..49e0bbe 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependencies section: ```toml [dependencies] -uutils_term_grid = "0.6" +uutils_term_grid = "0.7" ``` The Minimum Supported Rust Version is 1.70.