Skip to content

Commit 6c7f5a7

Browse files
committed
variadic_from-v0.41.0
1 parent 56cbe83 commit 6c7f5a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ path = "module/alias/fundamental_data_type"
215215
default-features = false
216216

217217
[workspace.dependencies.variadic_from]
218-
version = "~0.40.0"
218+
version = "~0.41.0"
219219
path = "module/core/variadic_from"
220220
default-features = false
221221
# features = [ "enabled" ]

module/core/variadic_from/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "variadic_from"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)