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 7ed08a2 commit b49b531Copy full SHA for b49b531
Cargo.toml
@@ -159,7 +159,7 @@ path = "module/alias/fundamental_data_type"
159
default-features = false
160
161
[workspace.dependencies.variadic_from]
162
-version = "~0.26.0"
+version = "~0.27.0"
163
path = "module/core/variadic_from"
164
165
features = [ "enabled" ]
module/core/variadic_from/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "variadic_from"
3
-version = "0.26.0"
+version = "0.27.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments