Merge pull request #107 from vks/patch-1

Update toml-rs version in README
This commit is contained in:
Alex Crichton 2016-08-16 14:10:59 -07:00 committed by GitHub
commit 0018fbe992

View file

@ -14,7 +14,7 @@ date with the TOML specification as changes happen.
```toml
# Cargo.toml
[dependencies]
toml = "0.1"
toml = "0.2"
```
# License