Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Feb 1, 2019
1 parent e4d673c commit 3a3d8a4
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.0"
version = "0.1.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"

Expand All @@ -15,4 +15,4 @@ keywords = ["error", "ergonomic", "library"]
categories = ["rust-patterns"]

[dependencies]
snafu-derive = { path = "snafu-derive", version = "0.1.0" }
snafu-derive = { path = "snafu-derive", version = "0.1.1" }
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.0"
version = "0.1.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 3a3d8a4

Please sign in to comment.