Skip to content

Commit cf85c38

Browse files
add needed subfeatures to kv_unstable
Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
1 parent 73e9539 commit cf85c38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ kv_serde = ["kv_std", "value-bag/serde", "serde"]
5353

5454
# Deprecated: use `kv_*` instead
5555
# These `*_unstable` features will be removed in a future release
56-
kv_unstable = ["kv"]
57-
kv_unstable_sval = ["kv_sval"]
58-
kv_unstable_std = ["kv_std"]
59-
kv_unstable_serde = ["kv_serde"]
56+
kv_unstable = ["kv", "value-bag"]
57+
kv_unstable_sval = ["kv_sval", "kv_unstable"]
58+
kv_unstable_std = ["kv_std", "kv_unstable"]
59+
kv_unstable_serde = ["kv_serde", "kv_unstable_std"]
6060

6161
[dependencies]
6262
serde = { version = "1.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)