Skip to content

Commit 9ad1c3e

Browse files
author
Ed Page
committed
chore(assert_cmd): Release 1.0.1
1 parent 8cc181a commit 9ad1c3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "1.0.0"
3+
version = "1.0.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
assert_cmd = "1.0.0"
20+
assert_cmd = "1.0.1"
2121
```
2222

2323
## Example

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! ```toml
88
//! [dependencies]
9-
//! assert_cmd = "1.0.0"
9+
//! assert_cmd = "1.0.1"
1010
//! ```
1111
//!
1212
//! ## Overview

0 commit comments

Comments
 (0)