diff options
author | Vinzent Steinberg <Vinzent.Steinberg@gmail.com> | 2016-08-16 22:39:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 22:39:14 +0200 |
commit | 9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec (patch) | |
tree | 442c839175a505a09a6a04765c1affa83ed7defd | |
parent | 88e8d4382beeb9901115d3af4c342984c1ed7b58 (diff) | |
download | milf-rs-9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec.tar.gz milf-rs-9fd0a272a4b1ddcbc0db18f7a3a7abb321dcdcec.zip |
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 |