Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Oct 7, 2023
1 parent 4dd8215 commit d56bf94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "term_grid"
description = "Library for formatting strings into a grid layout"
name = "uutils_term_grid"
description = "Library for formatting strings into a grid layout. Fork of term-grid."

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

[lib]
name = "term_grid"
Expand Down

0 comments on commit d56bf94

Please sign in to comment.