Skip to content

Commit 7aa7956

Browse files
committed
variadic_from_meta-v0.11.0
1 parent c03ad2b commit 7aa7956

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
@@ -223,7 +223,7 @@ default-features = false
223223
# features = [ "enabled" ]
224224

225225
[workspace.dependencies.variadic_from_meta]
226-
version = "~0.10.0"
226+
version = "~0.11.0"
227227
path = "module/core/variadic_from_meta"
228228
default-features = false
229229
# 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.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",

0 commit comments

Comments
 (0)