Skip to content

Commit 5e3d988

Browse files
committed
bump version to 0.6.2
1 parent 18a5e27 commit 5e3d988

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_debug"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["panicbit <panicbit.dev@gmail.com>"]
55
description = "Derive Debug with a custom format per field"
66
license = "Apache-2.0 OR MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99
edition = "2021"
1010

1111
[dependencies]
12-
custom_debug_derive = { version = "0.6.1", path = "custom_debug_derive" }
12+
custom_debug_derive = { version = "0.6.2", path = "custom_debug_derive" }
1313

1414
[workspace]
1515
members = ["custom_debug_derive"]

custom_debug_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "custom_debug_derive"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["panicbit <panicbit.dev@gmail.com>"]
55
description = "Derive Debug with a custom format per field"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)