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