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