Skip to content

Commit

Permalink
[feat] Don't make the >= open ended for version
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jan 3, 2024
1 parent 1708c1a commit 162e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/uttarayan21/ansi-to-tui"
[dependencies]
nom = "7.1"
simdutf8 = { version = "0.1", optional = true }
tui = { version = "0.21", default-features = false, package = "ratatui" }
tui = { version = "0.*,>=0.21", default-features = false, package = "ratatui" }
thiserror = "1.0"
smallvec = { version = "1.10.0", features = ["const_generics"] }

Expand Down

0 comments on commit 162e88c

Please sign in to comment.