Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Publish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdehau committed Apr 1, 2018
1 parent 4c356c5 commit 524845c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## To be released
## v0.2.1 - 2018-04-01

### Added

Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.2.0"
version = "0.2.1"
authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich terminal user interfaces or dashboards
Expand All @@ -19,15 +19,15 @@ default = ["termion"]
[dependencies]
bitflags = "1.0.1"
cassowary = "0.3.0"
log = "0.4.0"
log = "0.4.1"
unicode-segmentation = "1.2.0"
unicode-width = "0.1.4"
termion = { version = "1.5.1", optional = true }
rustbox = { version = "0.9.0", optional = true }
rustbox = { version = "0.11.0", optional = true }

[dev-dependencies]
stderrlog = "0.2.3"
rand = "0.4.1"
stderrlog = "0.3.0"
rand = "0.4.2"

[[example]]
name = "barchart"
Expand Down

0 comments on commit 524845c

Please sign in to comment.