File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Put the package in your `Cargo.toml`.
1111
1212``` toml
1313[dependencies ]
14- promkit = " 0.6.3 "
14+ promkit = " 0.7.0 "
1515```
1616
1717## Features
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ proc-macro = true
1515syn = { version = " 2.0.52" , features = [" full" ] }
1616quote = " 1.0"
1717proc-macro2 = " 1.0"
18- promkit = { path = " ../promkit" , version = " 0.6.3 " }
18+ promkit = { path = " ../promkit" , version = " 0.7.0 " }
Original file line number Diff line number Diff line change 11[package ]
22name = " promkit"
3- version = " 0.6.3 "
3+ version = " 0.7.0 "
44authors = [
" ynqa <[email protected] >" ]
55edition = " 2021"
66description = " A toolkit for building your own interactive command-line tools"
Original file line number Diff line number Diff line change 1111//!
1212//! ```toml
1313//! [dependencies]
14- //! promkit = "0.6.3 "
14+ //! promkit = "0.7.0 "
1515//! ```
1616//!
1717//! ## Features
1818//!
1919//! - Support cross-platform both UNIX and Windows owing to [crossterm](https://github.com/crossterm-rs/crossterm)
2020//! - Various building methods
2121//! - Preset; Support for quickly setting up a UI by providing simple parameters.
22- //! - [Readline](https://github.com/ynqa/promkit/tree/v0.6.3 #readline)
23- //! - [Confirm](https://github.com/ynqa/promkit/tree/v0.6.3 #confirm)
24- //! - [Password](https://github.com/ynqa/promkit/tree/v0.6.3 #password)
25- //! - [Select](https://github.com/ynqa/promkit/tree/v0.6.3 #select)
26- //! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.6.3 #queryselect)
27- //! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.6.3 #checkbox)
28- //! - [Tree](https://github.com/ynqa/promkit/tree/v0.6.3 #tree)
22+ //! - [Readline](https://github.com/ynqa/promkit/tree/v0.7.0 #readline)
23+ //! - [Confirm](https://github.com/ynqa/promkit/tree/v0.7.0 #confirm)
24+ //! - [Password](https://github.com/ynqa/promkit/tree/v0.7.0 #password)
25+ //! - [Select](https://github.com/ynqa/promkit/tree/v0.7.0 #select)
26+ //! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.7.0 #queryselect)
27+ //! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.7.0 #checkbox)
28+ //! - [Tree](https://github.com/ynqa/promkit/tree/v0.7.0 #tree)
2929//! - Combining various UI components.
3030//! - They are provided with the same interface, allowing users to choose and
3131//! assemble them according to their preferences.
3939//!
4040//! ## Examples/Demos
4141//!
42- //! See [here](https://github.com/ynqa/promkit/tree/v0.6.3 #examplesdemos)
42+ //! See [here](https://github.com/ynqa/promkit/tree/v0.7.0 #examplesdemos)
4343//!
4444//! ## Why *promkit*?
4545//!
You can’t perform that action at this time.
0 commit comments