Skip to content

Commit

Permalink
fix implicit magical feature flags from workspace (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Mar 25, 2023
1 parent 9f08910 commit 6ebe58b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/re_data_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ puffin.workspace = true
criterion = "0.4"
mimalloc.workspace = true
rand = "0.8"
re_log_types = { workspace = true, features = ["load", "save"] }

[lib]
bench = false

[[example]]
name = "memory_usage"
path = "examples/memory_usage.rs"
required-features = ["re_log_types/load", "re_log_types/save"]

0 comments on commit 6ebe58b

Please sign in to comment.