Skip to content

Commit

Permalink
add needed subfeatures to kv_unstable
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
  • Loading branch information
KodrAus and Thomasdezeeuw committed Feb 19, 2024
1 parent 73e9539 commit cf85c38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -53,10 +53,10 @@ kv_serde = ["kv_std", "value-bag/serde", "serde"]

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

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

0 comments on commit cf85c38

Please sign in to comment.