aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-06-23 18:02:11 -0500
committerGitHub <noreply@github.com>2017-06-23 18:02:11 -0500
commitf6354998a5083fdda2f34560e7f64b64ecf61f4a (patch)
tree3696cc728dcf3913cee56e8f57d9b0ed281ccd50
parent5b7a61973687e5a6627e8657a3e4e76f886f02f9 (diff)
parent86854fddbd342374eecda4bd29cab43576850db8 (diff)
downloadmilf-rs-f6354998a5083fdda2f34560e7f64b64ecf61f4a.tar.gz
milf-rs-f6354998a5083fdda2f34560e7f64b64ecf61f4a.zip
Merge pull request #192 from debris/update_docs
updated toml version in the docs to 0.4.2
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a147231..ee4e961 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,7 +9,7 @@
//! ```toml
//! [package]
//! name = "toml"
-//! version = "0.2.1"
+//! version = "0.4.2"
//! authors = ["Alex Crichton <alex@alexcrichton.com>"]
//!
//! [dependencies]