Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 20, 2022
1 parent e3bc93c commit 35dcf44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "snafu"
version = "0.7.2"
version = "0.7.3"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"

Expand Down Expand Up @@ -76,7 +76,7 @@ guide = []
exclude = ["compatibility-tests"]

[dependencies]
snafu-derive = { path = "snafu-derive", version = "0.7.2" }
snafu-derive = { path = "snafu-derive", version = "0.7.3" }
doc-comment = { version = "0.3.1", default-features = false }
backtrace = { version = "0.3.0", optional = true }
futures-crate = { package = "futures", version = "0.3.0", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion snafu-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "snafu-derive"
version = "0.7.2"
version = "0.7.3"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 35dcf44

Please sign in to comment.