diff options
author | Eric Huss <eric@huss.org> | 2018-11-21 09:41:57 -0800 |
---|---|---|
committer | Eric Huss <eric@huss.org> | 2018-11-21 09:41:57 -0800 |
commit | 340c47b5f350219a96166560e0b6ec9ddaffc080 (patch) | |
tree | 43233550f7d29f987d07f29a73f1840079ce4181 /src | |
parent | f610ef33f4c12e363945ad3c80a1129b0389a699 (diff) | |
download | milf-rs-340c47b5f350219a96166560e0b6ec9ddaffc080.tar.gz milf-rs-340c47b5f350219a96166560e0b6ec9ddaffc080.zip |
Indicate this is now supporting version 0.5 of TOML.
Diffstat (limited to 'src')
-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. //! |