Skip to content

Commit

Permalink
chore/version: bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 8, 2022
1 parent db1bdef commit 2a549c7
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.2"
version = "0.0.3"
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.2", path = "./proc-macro" }
fatality-proc-macro = { version = "0.0.3", 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.2"
version = "0.0.3"
authors = ["Bernhard Schuster <[email protected]>"]
edition = "2021"
description = "Fatality extension to crate thiserror - proc-macro part"
Expand Down

0 comments on commit 2a549c7

Please sign in to comment.