Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Mar 11, 2024
1 parent fe1a5ea commit 073cc38
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.8.1"
version = "0.8.2"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"
rust-version = "1.56"
Expand Down Expand Up @@ -68,7 +68,7 @@ guide = []
exclude = ["compatibility-tests"]

[dependencies]
snafu-derive = { path = "snafu-derive", version = "0.8.1" }
snafu-derive = { path = "snafu-derive", version = "0.8.2" }
backtrace = { version = "0.3.0", optional = true }
futures-crate = { package = "futures", version = "0.3.11", optional = true, default-features = false }
futures-core-crate = { package = "futures-core", version = "0.3.0", optional = true, default-features = false }
Expand Down
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.8.1"
version = "0.8.2"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
edition = "2018"
rust-version = "1.56"
Expand Down

0 comments on commit 073cc38

Please sign in to comment.