aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-11-21 11:55:29 -0600
committerGitHub <noreply@github.com>2018-11-21 11:55:29 -0600
commit218f782a7b88e3f7444e6c1cb1869dad2b1f4b26 (patch)
treebfe9e7454e788932b77940017010efbf7a841d76 /README.md
parent9bb068c4f4cdb67f3814ca8d2e2768fe1789c284 (diff)
parent340c47b5f350219a96166560e0b6ec9ddaffc080 (diff)
downloadmilf-rs-218f782a7b88e3f7444e6c1cb1869dad2b1f4b26.tar.gz
milf-rs-218f782a7b88e3f7444e6c1cb1869dad2b1f4b26.zip
Merge pull request #276 from ehuss/fix-version
Indicate this is now supporting version 0.5 of TOML.
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 9fb8b8c..6424c1f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml)
A [TOML][toml] decoder and encoder for Rust. This library is currently compliant
-with the v0.4.0 version of TOML. This library will also likely continue to stay
+with the v0.5.0 version of TOML. This library will also likely continue to stay
up to date with the TOML specification as changes happen.
[toml]: https://github.com/toml-lang/toml