File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Put the package in your `Cargo.toml`.
11
11
12
12
``` toml
13
13
[dependencies ]
14
- promkit = " 0.4.7 "
14
+ promkit = " 0.5.0 "
15
15
```
16
16
17
17
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " promkit"
3
- version = " 0.4.7 "
3
+ version = " 0.5.0 "
4
4
authors = [
" ynqa <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " A toolkit for building your own interactive command-line tools"
Original file line number Diff line number Diff line change 11
11
//!
12
12
//! ```toml
13
13
//! [dependencies]
14
- //! promkit = "0.4.7 "
14
+ //! promkit = "0.5.0 "
15
15
//! ```
16
16
//!
17
17
//! ## Features
18
18
//!
19
19
//! - Support cross-platform both UNIX and Windows owing to [crossterm](https://github.com/crossterm-rs/crossterm)
20
20
//! - Various building methods
21
21
//! - Preset; Support for quickly setting up a UI by providing simple parameters.
22
- //! - [Readline](https://github.com/ynqa/promkit/tree/v0.4.7 #readline)
23
- //! - [Confirm](https://github.com/ynqa/promkit/tree/v0.4.7 #confirm)
24
- //! - [Password](https://github.com/ynqa/promkit/tree/v0.4.7 #password)
25
- //! - [Select](https://github.com/ynqa/promkit/tree/v0.4.7 #select)
26
- //! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.4.7 #queryselect)
27
- //! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.4.7 #checkbox)
28
- //! - [Tree](https://github.com/ynqa/promkit/tree/v0.4.7 #tree)
22
+ //! - [Readline](https://github.com/ynqa/promkit/tree/v0.5.0 #readline)
23
+ //! - [Confirm](https://github.com/ynqa/promkit/tree/v0.5.0 #confirm)
24
+ //! - [Password](https://github.com/ynqa/promkit/tree/v0.5.0 #password)
25
+ //! - [Select](https://github.com/ynqa/promkit/tree/v0.5.0 #select)
26
+ //! - [QuerySelect](https://github.com/ynqa/promkit/tree/v0.5.0 #queryselect)
27
+ //! - [Checkbox](https://github.com/ynqa/promkit/tree/v0.5.0 #checkbox)
28
+ //! - [Tree](https://github.com/ynqa/promkit/tree/v0.5.0 #tree)
29
29
//! - Combining various UI components.
30
30
//! - They are provided with the same interface, allowing users to choose and
31
31
//! assemble them according to their preferences.
39
39
//!
40
40
//! ## Examples/Demos
41
41
//!
42
- //! See [here](https://github.com/ynqa/promkit/tree/v0.4.7 #examplesdemos)
42
+ //! See [here](https://github.com/ynqa/promkit/tree/v0.5.0 #examplesdemos)
43
43
//!
44
44
//! ## Why *promkit*?
45
45
//!
You can’t perform that action at this time.
0 commit comments