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.