From 3e918f1b9bbfefae0154c83d7c91469fb5b2bfa6 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Thu, 8 Jun 2023 11:44:07 +0200 Subject: [PATCH] sort --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }