Skip to content

Commit 112bafd

Browse files
author
Ed Page
committed
chore(assert_cmd): Release 0.12.1
1 parent 21da229 commit 112bafd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
assert_cmd = "0.12"
16+
assert_cmd = "0.12.1"
1717
```
1818

1919
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! ```toml
88
//! [dependencies]
9-
//! assert_cmd = "0.12"
9+
//! assert_cmd = "0.12.1"
1010
//! ```
1111
//!
1212
//! ## Overview

0 commit comments

Comments
 (0)