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 a94baba commit 5dbe38fCopy full SHA for 5dbe38f
Cargo.toml
@@ -214,7 +214,7 @@ path = "module/core/meta_tools"
214
default-features = false
215
216
[workspace.dependencies.for_each]
217
-version = "~0.9.0"
+version = "~0.10.0"
218
path = "module/core/for_each"
219
220
module/core/for_each/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "for_each"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments