Merge pull request #148 from rekka/patch-1

Fix serde.rs link in README.md
This commit is contained in:
Alex Crichton 2017-02-13 08:28:01 -06:00 committed by GitHub
commit a47c66a81d

View file

@ -19,7 +19,7 @@ toml = "0.3"
``` ```
This crate also supports serialization/deserialization through the 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 crate is not supported in the 0.3+ series of the `toml` crate, but 0.2 can be
used for that support. used for that support.