Skip to content

Commit

Permalink
add to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Mar 19, 2024
1 parent b647723 commit 34fe189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ version = "0.15.0-alpha.3"
# In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use
# re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible.
re_analytics = { path = "crates/re_analytics", version = "=0.15.0-alpha.3", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "=0.15.0-alpha.3", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "=0.15.0-alpha.3", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "=0.15.0-alpha.3", default-features = false }
re_build_search_index = { path = "crates/re_build_search_index", version = "=0.15.0-alpha.3", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "=0.15.0-alpha.3", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "=0.15.0-alpha.3", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "=0.15.0-alpha.3", default-features = false }
Expand All @@ -46,6 +46,7 @@ re_log_encoding = { path = "crates/re_log_encoding", version = "=0.15.0-alpha.3"
re_log_types = { path = "crates/re_log_types", version = "=0.15.0-alpha.3", default-features = false }
re_memory = { path = "crates/re_memory", version = "=0.15.0-alpha.3", default-features = false }
re_query = { path = "crates/re_query", version = "=0.15.0-alpha.3", default-features = false }
re_query2 = { path = "crates/re_query2", version = "=0.15.0-alpha.2", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "=0.15.0-alpha.3", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "=0.15.0-alpha.3", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "=0.15.0-alpha.3", default-features = false }
Expand Down

0 comments on commit 34fe189

Please sign in to comment.