Skip to content

Commit 922ada2

Browse files
committed
format_tools-v0.6.0
1 parent c7a9e32 commit 922ada2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ default-features = false
191191
# features = [ "enabled" ]
192192

193193
[workspace.dependencies.format_tools]
194-
version = "~0.5.0"
194+
version = "~0.6.0"
195195
path = "module/core/format_tools"
196196
default-features = false
197197
# features = [ "enabled" ]

module/core/format_tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "format_tools"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)