From e00021e8fe272bae8e6cabe11f0c693c6b8c3a8d Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 22 Sep 2015 10:05:19 -0600 Subject: [PATCH] Update version of library in source docs. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f3a6d39..e1a0ce9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! //! ```toml //! [dependencies] -//! names = "0.1.0" +//! names = "0.9.0" //! ``` //! //! and this to your crate root: