Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Aug 26, 2024
1 parent 7fca78e commit 0813f9f
Showing 1 changed file with 2 additions and 2 deletions.
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-input"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["Arijit Basu <[email protected]>"]
description = "TUI input library supporting multiple backends"
Expand All @@ -18,7 +18,7 @@ crossterm = ["dep:ratatui"]

[dependencies]
ratatui = { version = "0.28", optional = true }
serde = { version = "1.0.203", optional = true, features = ["derive"] }
serde = { version = "1.0.209", optional = true, features = ["derive"] }
termion = { version = "4.0.2", optional = true }
unicode-width = "0.1.13"

Expand Down

0 comments on commit 0813f9f

Please sign in to comment.