Skip to content

Commit fcded14

Browse files
committed
Prepare to publish (v0,1,8)
1 parent ef9a39c commit fcded14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appcui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "appcui"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
authors = ["Gavrilut Dragos <gavrilut.dragos@gmail.com>"]
66
description = "A feature-rich and cross-platform TUI/CUI framework for Rust, enabling modern terminal-based applications on Windows, Linux, and macOS. Includes built-in UI components like buttons, menus, list views, tree views, checkboxes, and more. Perfect for building fast and interactive CLI tools and text-based interfaces."
@@ -18,7 +18,7 @@ categories = ["gui", "command-line-interface", "command-line-utilities"]
1818
EnumBitFlags = "1.0.10"
1919
flat_string = "1.0.0"
2020
chrono = {version = "0.4.38", features = ["wasmbind"]}
21-
appcui_proc_macro = "0.1.1"
21+
appcui_proc_macro = "0.1.2"
2222

2323
[lib]
2424
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)