diff --git a/Cargo.toml b/Cargo.toml index 0c48e20..24f7125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] @@ -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"