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 ccece1f commit 36b7c58Copy full SHA for 36b7c58
Cargo.toml
@@ -110,7 +110,7 @@ default-features = false
110
features = [ "enabled" ]
111
112
[workspace.dependencies.collection_tools]
113
-version = "~0.13.0"
+version = "~0.14.0"
114
path = "module/core/collection_tools"
115
default-features = false
116
module/core/collection_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "collection_tools"
3
-version = "0.13.0"
+version = "0.14.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments