Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Feb 10, 2019
1 parent eb68e7c commit 9f8a224
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,6 +1,6 @@
[package]
name = "snafu"
version = "0.1.4"
version = "0.1.5"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]

readme = "README.md"
Expand Down Expand Up @@ -42,5 +42,5 @@ exclude = [
]

[dependencies]
snafu-derive = { path = "snafu-derive", version = "0.1.4" }
snafu-derive = { path = "snafu-derive", version = "0.1.5" }
backtrace = { version = "0.3.0", optional = true }
2 changes: 1 addition & 1 deletion snafu-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snafu-derive"
version = "0.1.4"
version = "0.1.5"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]

description = "An ergonomic error handling library"
Expand Down

0 comments on commit 9f8a224

Please sign in to comment.