aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-04-24 22:31:13 +0800
committerGitHub <noreply@github.com>2017-04-24 22:31:13 +0800
commitd8b6c83da660db49949bb484c5e3eeea9642cd8e (patch)
tree8f5b1d2aed24fec7766c52f76ee17b3748c56afb /src
parent9942435bbcd6a41bf39bd298e93b7b57aaa87b6d (diff)
parent2e1f61ea52f433fa6165420f175637b750880861 (diff)
downloadmilf-rs-d8b6c83da660db49949bb484c5e3eeea9642cd8e.tar.gz
milf-rs-d8b6c83da660db49949bb484c5e3eeea9642cd8e.zip
Merge pull request #166 from kvark/patch-1
Fixed the serde dependency in the documentation
Diffstat (limited to 'src')
-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