Skip to content

Commit

Permalink
release: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 23, 2022
1 parent 845d27b commit e37065a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "proc-macro"]

[package]
name = "fatality"
version = "0.0.4"
version = "0.0.6"
authors = ["Bernhard Schuster <[email protected]>"]
edition = "2021"
description = "Fatality extension to `thiserror::Error`"
Expand All @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/drahnr/fatality.git"

[dependencies]
fatality-proc-macro = { version = "0.0.4", path = "./proc-macro" }
fatality-proc-macro = { version = "0.0.6", path = "./proc-macro" }
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fatality-proc-macro"
version = "0.0.4"
version = "0.0.6"
authors = ["Bernhard Schuster <[email protected]>"]
edition = "2021"
description = "Fatality extension to crate thiserror - proc-macro part"
Expand Down

0 comments on commit e37065a

Please sign in to comment.