We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9e32 commit 922ada2Copy full SHA for 922ada2
Cargo.toml
@@ -191,7 +191,7 @@ default-features = false
191
# features = [ "enabled" ]
192
193
[workspace.dependencies.format_tools]
194
-version = "~0.5.0"
+version = "~0.6.0"
195
path = "module/core/format_tools"
196
default-features = false
197
module/core/format_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "format_tools"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments