aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVinzent Steinberg <Vinzent.Steinberg@gmail.com>2016-08-16 22:39:14 +0200
committerGitHub <noreply@github.com>2016-08-16 22:39:14 +0200
commit9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec (patch)
tree442c839175a505a09a6a04765c1affa83ed7defd /README.md
parent88e8d4382beeb9901115d3af4c342984c1ed7b58 (diff)
downloadmilf-rs-9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec.tar.gz
milf-rs-9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec.zip
Update toml-rs version in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6933498..d8520bb 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ date with the TOML specification as changes happen.
```toml
# Cargo.toml
[dependencies]
-toml = "0.1"
+toml = "0.2"
```
# License