Skip to content

Commit

Permalink
turns out this never had any effect to begin with...
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 2, 2023
1 parent c602604 commit de1b132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ re_ui = { path = "crates/re_ui", version = "=0.6.0-alpha.0" }
re_viewer = { path = "crates/re_viewer", version = "=0.6.0-alpha.0", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.6.0-alpha.0" }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.6.0-alpha.0" }
rerun = { path = "crates/rerun", version = "=0.6.0-alpha.0", default-features = false }
rerun = { path = "crates/rerun", version = "=0.6.0-alpha.0" }

ahash = "0.8"
anyhow = "1.0"
Expand Down

0 comments on commit de1b132

Please sign in to comment.