diff options
author | Dzmitry Malyshau <kvarkus@gmail.com> | 2017-04-24 10:05:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 10:05:55 -0400 |
commit | 2e1f61ea52f433fa6165420f175637b750880861 (patch) | |
tree | 8f5b1d2aed24fec7766c52f76ee17b3748c56afb | |
parent | 9942435bbcd6a41bf39bd298e93b7b57aaa87b6d (diff) | |
download | milf-rs-2e1f61ea52f433fa6165420f175637b750880861.tar.gz milf-rs-2e1f61ea52f433fa6165420f175637b750880861.zip |
Fixed the serde dependency in the documentation
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |