Skip to content

Commit

Permalink
start filling in no-dependency value
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jan 30, 2024
1 parent 0096377 commit 54c34f7
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 94 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -57,7 +57,7 @@ kv_unstable_serde = ["kv_unstable_std", "value-bag/serde", "serde"]
serde = { version = "1.0", optional = true, default-features = false }
sval = { version = "2.1", optional = true, default-features = false }
sval_ref = { version = "2.1", optional = true, default-features = false }
value-bag = { version = "1.4", optional = true, default-features = false }
value-bag = { version = "1.4", optional = true, default-features = false, features = ["inline-i128"] }

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 54c34f7

Please sign in to comment.