diff options
author | Felix Rabe <felix@rabe.io> | 2019-04-24 21:37:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 21:37:54 +0200 |
commit | 1b4668d09428d8d52306f124eaae74c33af92ffd (patch) | |
tree | 9f1d7d8f783ccf3a839ee733a8c7ef94a2f8cfc1 | |
parent | 95352646252a09b1985af9a29e63921bb407448d (diff) | |
download | milf-rs-1b4668d09428d8d52306f124eaae74c33af92ffd.tar.gz milf-rs-1b4668d09428d8d52306f124eaae74c33af92ffd.zip |
README.md: `0.4` -> `0.5`
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ up to date with the TOML specification as changes happen. ```toml # Cargo.toml [dependencies] -toml = "0.4" +toml = "0.5" ``` This crate also supports serialization/deserialization through the |