updated toml version in the docs 0.4.2

This commit is contained in:
debris 2017-06-23 23:16:25 +02:00
parent 49b0b3df2b
commit eb138b12b9

View file

@ -9,7 +9,7 @@
//! ```toml //! ```toml
//! [package] //! [package]
//! name = "toml" //! name = "toml"
//! version = "0.2.1" //! version = "0.4.2"
//! authors = ["Alex Crichton <alex@alexcrichton.com>"] //! authors = ["Alex Crichton <alex@alexcrichton.com>"]
//! //!
//! [dependencies] //! [dependencies]