Skip to content

Commit

Permalink
Added rand to default build for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Nov 25, 2023
1 parent 4d2538d commit ae00bf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ trace-alloc = { path = "crates/trace-alloc" }
#json_minimal = "0.1.3"

[features]
default = ["lz4", "storage"]
default = ["lz4", "storage", "rand"] # rand just for testing.
#default = ["lz4", "storage"]
#memusage = ["trace-alloc/memusage"]
inlinerope = []
lz4 = ["dep:lz4_flex"]
Expand Down

0 comments on commit ae00bf2

Please sign in to comment.