Indicate this is now supporting version 0.5 of TOML.
This commit is contained in:
parent
80d2cf081d
commit
57e78ee3bc
|
@ -6,7 +6,7 @@
|
||||||
[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml)
|
[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml)
|
||||||
|
|
||||||
A [TOML][toml] decoder and encoder for Rust. This library is currently compliant
|
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.
|
up to date with the TOML specification as changes happen.
|
||||||
|
|
||||||
[toml]: https://github.com/toml-lang/toml
|
[toml]: https://github.com/toml-lang/toml
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//! A [TOML]-parsing library
|
//! 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
|
//! primarily supporting the [`serde`] library for encoding/decoding
|
||||||
//! various types in Rust.
|
//! various types in Rust.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue