Skip to content

Commit

Permalink
fix default features for demo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Aug 10, 2023
1 parent 6feb773 commit 328c5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.4:
- fix breaking change in 0.9.3 as reported by issue #43

0.9.3:
- update to ratatui 0.22 and fix clippy warnings

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-logger"
version = "0.9.3"
version = "0.9.4"
authors = ["Jochen Kiemes <jochen@kiemes.de>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ termion = "1.5"
env_logger = "0.10.0"

[features]
default = ["tui","tui/termion"]
default = ["tui","tui/termion", "examples-tui-termion"]
tui-rs = ["tui"]
slog-support = ["slog"]
ratatui-support = ["ratatui"]
Expand Down

0 comments on commit 328c5f1

Please sign in to comment.