Skip to content

Commit

Permalink
Release version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Oct 5, 2018
1 parent 9c5e148 commit 884d472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "throw"
# Remember to update html_root_url in src/lib.rs with each version.
version = "0.1.5"
version = "0.1.6"
authors = ["David Ross <daboross@daboross.net>"]
description = "Efficiently add statically-calculated stack traces to errors."

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/throw/0.1.5")]
#![doc(html_root_url = "https://docs.rs/throw/0.1.6")]
//! Throw!
//! ------
//!
Expand Down

0 comments on commit 884d472

Please sign in to comment.