Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 5, 2017
1 parent f7e81e2 commit cc59814
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 = "log-panics"
version = "1.1.0"
version = "1.2.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A panic hook which logs panic messages rather than printing them"
repository = "https://github.com/sfackler/rust-log-panics"
documentation = "https://docs.rs/log-panics/1.1.0/log_panics"
documentation = "https://docs.rs/log-panics/1.2.0/log_panics"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! The format used is identical to the standard library's. If the
//! `with-backtrace` Cargo feature is enabled, a backtrace will be printed along
//! with the panic message.
#![doc(html_root_url="https://docs.rs/log-panics/1.1.0")]
#![doc(html_root_url="https://docs.rs/log-panics/1.2.0")]
#![warn(missing_docs)]

#[macro_use]
Expand Down

0 comments on commit cc59814

Please sign in to comment.