We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d49c4 commit f409303Copy full SHA for f409303
Cargo.toml
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/uutils_term_grid/"
7
license = "MIT"
8
readme = "README.md"
9
repository = "https://github.com/uutils/uutils-term-grid"
10
-version = "0.6.0"
+version = "0.7.0"
11
edition = "2021"
12
rust-version = "1.70"
13
README.md
@@ -23,7 +23,7 @@ dependencies section:
23
24
```toml
25
[dependencies]
26
-uutils_term_grid = "0.6"
+uutils_term_grid = "0.7"
27
```
28
29
The Minimum Supported Rust Version is 1.70.
0 commit comments