diff options
author | Norbert Pozar <bertapozar@gmail.com> | 2017-02-13 11:00:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 11:00:47 +0900 |
commit | 41aed1080ba2831567f38dd690e5c6ea861d112b (patch) | |
tree | 1cb60c45ff68f2073a4f767915a551a202edd330 | |
parent | fba7778782193f0d0899f82d6b322da59a9044a0 (diff) | |
download | milf-rs-41aed1080ba2831567f38dd690e5c6ea861d112b.tar.gz milf-rs-41aed1080ba2831567f38dd690e5c6ea861d112b.zip |
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. |