Skip to content

Commit 6c6bab6

Browse files
authored
Prepare release v0.5.0 (#51)
1 parent 7656698 commit 6c6bab6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli-table/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Rust crate for printing tables on command line.
99

1010
## Usage
1111

12-
Add `cli-table` in your `Cargo.toms`'s `dependencies` section
12+
Add `cli-table` in your `Cargo.toml`'s `dependencies` section
1313

1414
```toml
1515
[dependencies]
16-
cli-table = "0.4"
16+
cli-table = "0.5"
1717
```
1818

1919
### Simple usage

cli-table/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
//!
77
//! # Usage
88
//!
9-
//! Add `cli-table` in your `Cargo.toms`'s `dependencies` section
9+
//! Add `cli-table` in your `Cargo.toml`'s `dependencies` section
1010
//!
1111
//! ```toml
1212
//! [dependencies]
13-
//! cli-table = "0.4"
13+
//! cli-table = "0.5"
1414
//! ```
1515
//!
1616
//! ## Simple usage

0 commit comments

Comments
 (0)