Skip to content

Commit 720ca59

Browse files
committed
version 0.3
1 parent 4dd8215 commit 720ca59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "term_grid"
2+
name = "uutils_term_grid"
33
description = "Library for formatting strings into a grid layout"
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"
1212
rust-version = "1.56"
1313

0 commit comments

Comments
 (0)