From 08a80234696676663dc16f6ed42c6ea03e9e34a7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 4 Apr 2017 19:35:10 -0700 Subject: [PATCH] Release v0.6.3 --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e558398f..16cae637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "log4rs" -version = "0.6.2" +version = "0.6.3" 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.2" +documentation = "https://docs.rs/log4rs/0.6.3" readme = "README.md" keywords = ["logger", "log", "logging"] diff --git a/src/lib.rs b/src/lib.rs index 8aee8cd8..dc68c428 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.2")] +#![doc(html_root_url="https://docs.rs/log4rs/0.6.3")] #![warn(missing_docs)] #[cfg(feature = "antidote")]