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

Commit 5955dce

Browse files
committed
Bump suggested Cargo.toml version to 0.5
1 parent 4564013 commit 5955dce

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.4"
22+
error-chain = "0.5"
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.4"
62+
//! error-chain = "0.5"
6363
//! ```
6464
//!
6565
//! Write this at the top of your crate:

0 commit comments

Comments
 (0)