Skip to content

Commit ac47116

Browse files
committed
variadic_from-v0.40.0
1 parent 7aa7956 commit ac47116

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
@@ -217,7 +217,7 @@ path = "module/alias/fundamental_data_type"
217217
default-features = false
218218

219219
[workspace.dependencies.variadic_from]
220-
version = "~0.39.0"
220+
version = "~0.40.0"
221221
path = "module/core/variadic_from"
222222
default-features = false
223223
# 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.39.0"
3+
version = "0.40.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)