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 8dec4d0 commit 99df473Copy full SHA for 99df473
Cargo.toml
@@ -161,7 +161,7 @@ default-features = false
161
# features = [ "enabled" ]
162
163
[workspace.dependencies.collection_tools]
164
-version = "~0.23.0"
+version = "~0.24.0"
165
path = "module/core/collection_tools"
166
default-features = false
167
module/core/collection_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "collection_tools"
3
-version = "0.23.0"
+version = "0.24.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments