Merge pull request #166 from kvark/patch-1

Fixed the serde dependency in the documentation
This commit is contained in:
Alex Crichton 2017-04-24 22:31:13 +08:00 committed by GitHub
commit e95a6cbc67

View file

@ -13,7 +13,7 @@
//! authors = ["Alex Crichton <alex@alexcrichton.com>"]
//!
//! [dependencies]
//! serde = "0.9"
//! serde = "1.0"
//! ```
//!
//! The TOML format tends to be relatively common throughout the Rust community