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 d351aa9 commit d0a349fCopy full SHA for d0a349f
Cargo.toml
@@ -221,7 +221,7 @@ default-features = false
221
# features = [ "enabled" ]
222
223
[workspace.dependencies.variadic_from_meta]
224
-version = "~0.11.0"
+version = "~0.12.0"
225
path = "module/core/variadic_from_meta"
226
default-features = false
227
module/core/variadic_from_meta/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "variadic_from_meta"
3
-version = "0.11.0"
+version = "0.12.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments