diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-02-13 08:28:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 08:28:01 -0600 |
commit | ccd5de0b83c52d062f2bd3e195a772bde2bf6487 (patch) | |
tree | 1cb60c45ff68f2073a4f767915a551a202edd330 | |
parent | fba7778782193f0d0899f82d6b322da59a9044a0 (diff) | |
parent | 41aed1080ba2831567f38dd690e5c6ea861d112b (diff) | |
download | milf-rs-ccd5de0b83c52d062f2bd3e195a772bde2bf6487.tar.gz milf-rs-ccd5de0b83c52d062f2bd3e195a772bde2bf6487.zip |
Merge pull request #148 from rekka/patch-1
Fix serde.rs link in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ toml = "0.3" ``` This crate also supports serialization/deserialization through the -[serde](serde.rs) crate on crates.io. Currently the older `rustc-serialize` +[serde](https://serde.rs) crate on crates.io. Currently the older `rustc-serialize` crate is not supported in the 0.3+ series of the `toml` crate, but 0.2 can be used for that support. |