Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panicbit committed Mar 11, 2023
1 parent d9c87ff commit 88f5bd5
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 = "custom_debug"
version = "0.5.0"
version = "0.5.1"
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Derive Debug with a custom format per field"
license = "Apache-2.0 OR MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
custom_debug_derive = { version = "0.5.0", path = "custom_debug_derive" }
custom_debug_derive = { version = "0.5.1", path = "custom_debug_derive" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion custom_debug_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_debug_derive"
version = "0.5.0"
version = "0.5.1"
authors = ["panicbit <panicbit.dev@gmail.com>"]
description = "Derive Debug with a custom format per field"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 88f5bd5

Please sign in to comment.