From 99d19fd5cebccce4eaa24bda2aa929d0fb70d784 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 1 Mar 2017 14:15:47 -0800 Subject: [PATCH] Release v0.6.2 --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e426b3e5..e558398f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "log4rs" -version = "0.6.1" +version = "0.6.2" authors = ["Steven Fackler "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/log4rs" -documentation = "https://docs.rs/log4rs/0.6.1" +documentation = "https://docs.rs/log4rs/0.6.2" readme = "README.md" keywords = ["logger", "log", "logging"] diff --git a/src/lib.rs b/src/lib.rs index 43aa3756..8aee8cd8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -162,7 +162,7 @@ //! # } //! # fn main() {} //! ``` -#![doc(html_root_url="https://docs.rs/log4rs/0.6.1")] +#![doc(html_root_url="https://docs.rs/log4rs/0.6.2")] #![warn(missing_docs)] #[cfg(feature = "antidote")]