Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed May 10, 2024
1 parent ea17bc6 commit ffabc3f
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
Expand Up @@ -3,7 +3,7 @@ members = [".", "proc-macro"]

[package]
name = "fatality"
version = "0.0.7"
version = "0.1.0"
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.7", path = "./proc-macro" }
fatality-proc-macro = { version = "0.1.0", path = "./proc-macro" }
syn = "2.0.61"
thiserror = "1.0"

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.7"
version = "0.1.0"
authors = ["Bernhard Schuster <[email protected]>"]
edition = "2021"
description = "Fatality extension to crate thiserror - proc-macro part"
Expand Down

0 comments on commit ffabc3f

Please sign in to comment.