Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 5, 2017
1 parent 1a4218d commit 08a8023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "log4rs"
version = "0.6.2"
version = "0.6.3"
authors = ["Steven Fackler <[email protected]>"]
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"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 08a8023

Please sign in to comment.