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 1414d0f commit 6025481Copy full SHA for 6025481
Cargo.toml
@@ -345,7 +345,7 @@ path = "module/alias/werror"
345
## string tools
346
347
[workspace.dependencies.strs_tools]
348
-version = "~0.17.0"
+version = "~0.18.0"
349
path = "module/core/strs_tools"
350
default-features = false
351
module/core/strs_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "strs_tools"
3
-version = "0.17.0"
+version = "0.18.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments