Fixed the serde dependency in the documentation
This commit is contained in:
parent
046a3e5117
commit
962506e5d6
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue