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 32bf317 commit de18146Copy full SHA for de18146
Cargo.toml
@@ -159,7 +159,7 @@ default-features = false
159
# features = [ "enabled" ]
160
161
[workspace.dependencies.collection_tools]
162
-version = "~0.24.0"
+version = "~0.25.0"
163
path = "module/core/collection_tools"
164
default-features = false
165
module/core/collection_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "collection_tools"
3
-version = "0.24.0"
+version = "0.25.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments