mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-23 05:03:13 +00:00
Bump version
This commit is contained in:
parent
3e143593ab
commit
7d273b576d
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tui"
|
name = "tui"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
authors = ["Florian Dehau <work@fdehau.com>"]
|
authors = ["Florian Dehau <work@fdehau.com>"]
|
||||||
description = """
|
description = """
|
||||||
A library to build rich terminal user interfaces or dashboards
|
A library to build rich terminal user interfaces or dashboards
|
||||||
|
@ -8,7 +8,7 @@ A library to build rich terminal user interfaces or dashboards
|
||||||
keywords = ["tui", "terminal", "dashboard"]
|
keywords = ["tui", "terminal", "dashboard"]
|
||||||
repository = "https://github.com/fdehau/tui-rs"
|
repository = "https://github.com/fdehau/tui-rs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exclude = ["docs", ".travis.yml"]
|
exclude = ["docs/*", ".travis.yml"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "fdehau/tui-rs" }
|
travis-ci = { repository = "fdehau/tui-rs" }
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies.tui]
|
//! [dependencies.tui]
|
||||||
//! version = "0.1.3"
|
//! version = "0.2.0"
|
||||||
//! default-features = false
|
//! default-features = false
|
||||||
//! features = ['rustbox']
|
//! features = ['rustbox']
|
||||||
//! ```
|
//! ```
|
||||||
|
|
Loading…
Reference in a new issue