aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDzmitry Malyshau <kvarkus@gmail.com>2017-04-24 10:05:55 -0400
committerGitHub <noreply@github.com>2017-04-24 10:05:55 -0400
commit2e1f61ea52f433fa6165420f175637b750880861 (patch)
tree8f5b1d2aed24fec7766c52f76ee17b3748c56afb /src/lib.rs
parent9942435bbcd6a41bf39bd298e93b7b57aaa87b6d (diff)
downloadmilf-rs-2e1f61ea52f433fa6165420f175637b750880861.tar.gz
milf-rs-2e1f61ea52f433fa6165420f175637b750880861.zip
Fixed the serde dependency in the documentation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7b72eac..583ec7a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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