Skip to content

Commit

Permalink
remove the no-op default-features=false
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 2, 2023
1 parent 03ef44a commit 4c7da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ re_error.workspace = true
re_log.workspace = true
re_log_types.workspace = true
re_memory.workspace = true
rerun = { workspace = true, default-features = false, features = ["analytics", "server", "sdk"] }
rerun = { workspace = true, features = ["analytics", "server", "sdk"] }
re_web_viewer_server = { workspace = true, optional = true }
re_ws_comms = { workspace = true, optional = true }

Expand Down

0 comments on commit 4c7da4d

Please sign in to comment.