@@ -16,44 +16,44 @@ include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
1616license = " MIT OR Apache-2.0"
1717repository = " https://github.com/rerun-io/rerun"
1818rust-version = " 1.69"
19- version = " 0.7.0-alpha.1 "
19+ version = " 0.7.0"
2020
2121[workspace .dependencies ]
2222# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
2323# This is because we treat alpha-releases as incompatible, but semver doesn't.
2424# In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use
2525# re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible.
26- re_analytics = { path = " crates/re_analytics" , version = " = 0.7.0-alpha.1 " , default-features = false }
27- re_arrow_store = { path = " crates/re_arrow_store" , version = " = 0.7.0-alpha.1 " , default-features = false }
28- re_build_build_info = { path = " crates/re_build_build_info" , version = " = 0.7.0-alpha.1 " , default-features = false }
29- re_build_info = { path = " crates/re_build_info" , version = " = 0.7.0-alpha.1 " , default-features = false }
30- re_build_web_viewer = { path = " crates/re_build_web_viewer" , version = " = 0.7.0-alpha.1 " , default-features = false }
31- re_crash_handler = { path = " crates/re_crash_handler" , version = " = 0.7.0-alpha.1 " , default-features = false }
32- re_data_store = { path = " crates/re_data_store" , version = " = 0.7.0-alpha.1 " , default-features = false }
33- re_data_ui = { path = " crates/re_data_ui" , version = " = 0.7.0-alpha.1 " , default-features = false }
34- re_error = { path = " crates/re_error" , version = " = 0.7.0-alpha.1 " , default-features = false }
35- re_format = { path = " crates/re_format" , version = " = 0.7.0-alpha.1 " , default-features = false }
36- re_int_histogram = { path = " crates/re_int_histogram" , version = " = 0.7.0-alpha.1 " , default-features = false }
37- re_log = { path = " crates/re_log" , version = " = 0.7.0-alpha.1 " , default-features = false }
38- re_log_encoding = { path = " crates/re_log_encoding" , version = " = 0.7.0-alpha.1 " , default-features = false }
39- re_log_types = { path = " crates/re_log_types" , version = " = 0.7.0-alpha.1 " , default-features = false }
40- re_memory = { path = " crates/re_memory" , version = " = 0.7.0-alpha.1 " , default-features = false }
41- re_query = { path = " crates/re_query" , version = " = 0.7.0-alpha.1 " , default-features = false }
42- re_renderer = { path = " crates/re_renderer" , version = " = 0.7.0-alpha.1 " , default-features = false }
43- re_sdk = { path = " crates/re_sdk" , version = " = 0.7.0-alpha.1 " , default-features = false }
44- re_sdk_comms = { path = " crates/re_sdk_comms" , version = " = 0.7.0-alpha.1 " , default-features = false }
45- re_smart_channel = { path = " crates/re_smart_channel" , version = " = 0.7.0-alpha.1 " , default-features = false }
46- re_string_interner = { path = " crates/re_string_interner" , version = " = 0.7.0-alpha.1 " , default-features = false }
47- re_tensor_ops = { path = " crates/re_tensor_ops" , version = " = 0.7.0-alpha.1 " , default-features = false }
26+ re_analytics = { path = " crates/re_analytics" , version = " 0.7.0" , default-features = false }
27+ re_arrow_store = { path = " crates/re_arrow_store" , version = " 0.7.0" , default-features = false }
28+ re_build_build_info = { path = " crates/re_build_build_info" , version = " 0.7.0" , default-features = false }
29+ re_build_info = { path = " crates/re_build_info" , version = " 0.7.0" , default-features = false }
30+ re_build_web_viewer = { path = " crates/re_build_web_viewer" , version = " 0.7.0" , default-features = false }
31+ re_crash_handler = { path = " crates/re_crash_handler" , version = " 0.7.0" , default-features = false }
32+ re_data_store = { path = " crates/re_data_store" , version = " 0.7.0" , default-features = false }
33+ re_data_ui = { path = " crates/re_data_ui" , version = " 0.7.0" , default-features = false }
34+ re_error = { path = " crates/re_error" , version = " 0.7.0" , default-features = false }
35+ re_format = { path = " crates/re_format" , version = " 0.7.0" , default-features = false }
36+ re_int_histogram = { path = " crates/re_int_histogram" , version = " 0.7.0" , default-features = false }
37+ re_log = { path = " crates/re_log" , version = " 0.7.0" , default-features = false }
38+ re_log_encoding = { path = " crates/re_log_encoding" , version = " 0.7.0" , default-features = false }
39+ re_log_types = { path = " crates/re_log_types" , version = " 0.7.0" , default-features = false }
40+ re_memory = { path = " crates/re_memory" , version = " 0.7.0" , default-features = false }
41+ re_query = { path = " crates/re_query" , version = " 0.7.0" , default-features = false }
42+ re_renderer = { path = " crates/re_renderer" , version = " 0.7.0" , default-features = false }
43+ re_sdk = { path = " crates/re_sdk" , version = " 0.7.0" , default-features = false }
44+ re_sdk_comms = { path = " crates/re_sdk_comms" , version = " 0.7.0" , default-features = false }
45+ re_smart_channel = { path = " crates/re_smart_channel" , version = " 0.7.0" , default-features = false }
46+ re_string_interner = { path = " crates/re_string_interner" , version = " 0.7.0" , default-features = false }
47+ re_tensor_ops = { path = " crates/re_tensor_ops" , version = " 0.7.0" , default-features = false }
4848re_time_panel = { path = " crates/re_time_panel" , version = " ==0.6.0" , default-features = false }
49- re_tuid = { path = " crates/re_tuid" , version = " = 0.7.0-alpha.1 " , default-features = false }
50- re_ui = { path = " crates/re_ui" , version = " = 0.7.0-alpha.1 " , default-features = false }
51- re_viewer = { path = " crates/re_viewer" , version = " = 0.7.0-alpha.1 " , default-features = false }
52- re_viewer_context = { path = " crates/re_viewer_context" , version = " = 0.7.0-alpha.1 " , default-features = false }
53- re_viewport = { path = " crates/re_viewport" , version = " = 0.7.0-alpha.1 " , default-features = false }
54- re_web_viewer_server = { path = " crates/re_web_viewer_server" , version = " = 0.7.0-alpha.1 " , default-features = false }
55- re_ws_comms = { path = " crates/re_ws_comms" , version = " = 0.7.0-alpha.1 " , default-features = false }
56- rerun = { path = " crates/rerun" , version = " = 0.7.0-alpha.1 " , default-features = false }
49+ re_tuid = { path = " crates/re_tuid" , version = " 0.7.0" , default-features = false }
50+ re_ui = { path = " crates/re_ui" , version = " 0.7.0" , default-features = false }
51+ re_viewer = { path = " crates/re_viewer" , version = " 0.7.0" , default-features = false }
52+ re_viewer_context = { path = " crates/re_viewer_context" , version = " 0.7.0" , default-features = false }
53+ re_viewport = { path = " crates/re_viewport" , version = " 0.7.0" , default-features = false }
54+ re_web_viewer_server = { path = " crates/re_web_viewer_server" , version = " 0.7.0" , default-features = false }
55+ re_ws_comms = { path = " crates/re_ws_comms" , version = " 0.7.0" , default-features = false }
56+ rerun = { path = " crates/rerun" , version = " 0.7.0" , default-features = false }
5757
5858ahash = " 0.8"
5959anyhow = " 1.0"
0 commit comments