Skip to content

Commit d0a349f

Browse files
committed
variadic_from_meta-v0.12.0
1 parent d351aa9 commit d0a349f

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
@@ -221,7 +221,7 @@ default-features = false
221221
# features = [ "enabled" ]
222222

223223
[workspace.dependencies.variadic_from_meta]
224-
version = "~0.11.0"
224+
version = "~0.12.0"
225225
path = "module/core/variadic_from_meta"
226226
default-features = false
227227
# features = [ "enabled" ]

module/core/variadic_from_meta/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_meta"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)