Merge pull request #192 from debris/update_docs

updated toml version in the docs to 0.4.2
This commit is contained in:
Alex Crichton 2017-06-23 18:02:11 -05:00 committed by GitHub
commit 5bd60e7397

View file

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