parent
137157f445
commit
bac92cdfad
|
@ -14,7 +14,7 @@ up to date with the TOML specification as changes happen.
|
||||||
```toml
|
```toml
|
||||||
# Cargo.toml
|
# Cargo.toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml = "0.3"
|
toml = "0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
This crate also supports serialization/deserialization through the
|
This crate also supports serialization/deserialization through the
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
//!
|
//!
|
||||||
//! ## Deserialization and Serialization
|
//! ## Deserialization and Serialization
|
||||||
//!
|
//!
|
||||||
//! This crate supports [`serde`] 0.9 with a number of
|
//! This crate supports [`serde`] 1.0 with a number of
|
||||||
//! implementations of the `Deserialize`, `Serialize`, `Deserializer`, and
|
//! implementations of the `Deserialize`, `Serialize`, `Deserializer`, and
|
||||||
//! `Serializer` traits. Namely, you'll find:
|
//! `Serializer` traits. Namely, you'll find:
|
||||||
//!
|
//!
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
//! [Cargo]: https://crates.io/
|
//! [Cargo]: https://crates.io/
|
||||||
//! [`serde`]: https://serde.rs/
|
//! [`serde`]: https://serde.rs/
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/toml/0.3")]
|
#![doc(html_root_url = "https://docs.rs/toml/0.4")]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
Loading…
Reference in a new issue