Skip to content

Commit

Permalink
v0.11.0 -> v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Nov 27, 2024
1 parent 75b14d5 commit bee29c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-input"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
authors = ["Arijit Basu <hi@arijitbasu.in>"]
description = "TUI input library supporting multiple backends"
Expand All @@ -15,6 +15,8 @@ autoexamples = true
[features]
default = ["crossterm"]
crossterm = ["dep:ratatui"]
serde = ["dep:serde"]
termion = ["dep:termion"]

[dependencies]
ratatui = { version = "0.29", optional = true }
Expand Down

0 comments on commit bee29c3

Please sign in to comment.