Skip to content

Commit 9d61eea

Browse files
committed
version 0.3
1 parent 4dd8215 commit 9d61eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = "term_grid"
3-
description = "Library for formatting strings into a grid layout"
2+
name = "uutils_term_grid"
3+
description = "Library for formatting strings into a grid layout. Fork of term_grid."
44

55
authors = ["uutils developers", "Benjamin Sago <ogham@bsago.me>"]
66
documentation = "https://docs.rs/uutils_term_grid/"
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/uutils/uutils-term-grid"
10-
version = "0.2.0"
10+
version = "0.3.0"
1111
edition = "2021"
12-
rust-version = "1.56"
12+
rust-version = "1.70"
1313

1414
[lib]
1515
name = "term_grid"

0 commit comments

Comments
 (0)