Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 26, 2017
1 parent d5ecef0 commit 1a75b57
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.3"
version = "0.7.0"
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.3"
documentation = "https://docs.rs/log4rs/0.7.0"
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.3")]
#![doc(html_root_url="https://docs.rs/log4rs/0.7.0")]
#![warn(missing_docs)]

#[cfg(feature = "antidote")]
Expand Down

0 comments on commit 1a75b57

Please sign in to comment.