diff --git a/Cargo.toml b/Cargo.toml index 7c2e7b4c241e..e8a808583e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ version = "0.7.0-alpha.0" # 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.7.0-alpha.0", default-features = false } re_arrow_store = { path = "crates/re_arrow_store", version = "0.7.0-alpha.0", default-features = false } -re_build_tools = { path = "crates/re_build_tools", version = "0.7.0-alpha.0", default-features = false } re_build_info = { path = "crates/re_build_info", version = "0.7.0-alpha.0", default-features = false } +re_build_tools = { path = "crates/re_build_tools", version = "0.7.0-alpha.0", default-features = false } re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "0.7.0-alpha.0", default-features = false } re_components = { path = "crates/re_components", version = "0.7.0-alpha.0", default-features = false } re_crash_handler = { path = "crates/re_crash_handler", version = "0.7.0-alpha.0", default-features = false }