Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit b9c51a0

Browse files
authored
Merge pull request #21 from brson/next
Fix version number in quick start
2 parents 17963ae + 6f6b1db commit b9c51a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provides a few unique features:
1919
Add this to Cargo.toml, under `[dependencies]`:
2020

2121
```toml
22-
error-chain = "0.2"
22+
error-chain = "0.4"
2323
```
2424

2525
Write this at the top of your crate:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
//! Add this to Cargo.toml, under `[dependencies]`:
6060
//!
6161
//! ```toml
62-
//! error-chain = "0.2"
62+
//! error-chain = "0.4"
6363
//! ```
6464
//!
6565
//! Write this at the top of your crate:

0 commit comments

Comments
 (0)