Update toml-rs version in README

This commit is contained in:
Vinzent Steinberg 2016-08-16 22:39:14 +02:00 committed by GitHub
parent b39768abf5
commit 5489404551

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