We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee46c39 commit b393530Copy full SHA for b393530
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.3.0"
+version = "0.4.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.3"
+uutils_term_grid = "0.4"
27
```
28
29
The Minimum Supported Rust Version is 1.70.
0 commit comments