Skip to content

Commit

Permalink
build: v0.16 for ratatui v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Dec 18, 2023
1 parent 6c43737 commit 4545b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tui-tree-widget"
description = "Tree Widget for ratatui"
version = "0.15.0"
version = "0.16.0"
license = "MIT"
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
Expand All @@ -12,9 +12,9 @@ include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ratatui = { version = "0.24", default-features = false }
ratatui = { version = "0.25", default-features = false }
unicode-width = "0.1"

[dev-dependencies]
crossterm = "0.27"
ratatui = "0.24"
ratatui = "0.25"

0 comments on commit 4545b90

Please sign in to comment.