Fixed the serde dependency in the documentation

This commit is contained in:
Dzmitry Malyshau 2017-04-24 10:05:55 -04:00 committed by GitHub
parent 046a3e5117
commit 962506e5d6

View file

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