diff options
author | Alex Crichton <alex@alexcrichton.com> | 2018-11-21 11:55:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-21 11:55:29 -0600 |
commit | 218f782a7b88e3f7444e6c1cb1869dad2b1f4b26 (patch) | |
tree | bfe9e7454e788932b77940017010efbf7a841d76 /src/lib.rs | |
parent | 9bb068c4f4cdb67f3814ca8d2e2768fe1789c284 (diff) | |
parent | 340c47b5f350219a96166560e0b6ec9ddaffc080 (diff) | |
download | milf-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 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ //! A [TOML]-parsing library //! -//! This library implements a [TOML] v0.4.0 compatible parser, +//! This library implements a [TOML] v0.5.0 compatible parser, //! primarily supporting the [`serde`] library for encoding/decoding //! various types in Rust. //! |