Skip to content

Commit

Permalink
fix up feature activation
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jan 10, 2025
1 parent b1824f2 commit 29fe9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ release_max_level_info = []
release_max_level_debug = []
release_max_level_trace = []

std = ["value-bag?/error"]
std = ["value-bag?/std"]

kv = []
kv_sval = ["kv", "value-bag/sval", "sval", "sval_ref"]
kv_std = ["std", "kv"]
kv_std = ["std", "kv", "value-bag/error"]
kv_serde = ["kv_std", "value-bag/serde", "serde"]

# Deprecated: use `kv_*` instead
Expand Down

0 comments on commit 29fe9e6

Please sign in to comment.