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 7aa7956 commit ac47116Copy full SHA for ac47116
Cargo.toml
@@ -217,7 +217,7 @@ path = "module/alias/fundamental_data_type"
217
default-features = false
218
219
[workspace.dependencies.variadic_from]
220
-version = "~0.39.0"
+version = "~0.40.0"
221
path = "module/core/variadic_from"
222
223
# features = [ "enabled" ]
module/core/variadic_from/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "variadic_from"
3
-version = "0.39.0"
+version = "0.40.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments