diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-08-16 14:10:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 14:10:59 -0700 |
commit | 817185454757eeb54c4c7073e99d9535bfbb7da3 (patch) | |
tree | 442c839175a505a09a6a04765c1affa83ed7defd | |
parent | 88e8d4382beeb9901115d3af4c342984c1ed7b58 (diff) | |
parent | 9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec (diff) | |
download | milf-rs-817185454757eeb54c4c7073e99d9535bfbb7da3.tar.gz milf-rs-817185454757eeb54c4c7073e99d9535bfbb7da3.zip |
Merge pull request #107 from vks/patch-1
Update toml-rs version in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ date with the TOML specification as changes happen. ```toml # Cargo.toml [dependencies] -toml = "0.1" +toml = "0.2" ``` # License |