@@ -18,55 +18,55 @@ include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
18
18
license = " MIT OR Apache-2.0"
19
19
repository = " https://github.com/rerun-io/rerun"
20
20
rust-version = " 1.69"
21
- version = " 0.8.1"
21
+ version = " 0.8.2-alpha. 1"
22
22
23
23
[workspace .dependencies ]
24
24
# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
25
25
# This is because we treat alpha-releases as incompatible, but semver doesn't.
26
26
# In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use
27
27
# re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible.
28
- re_analytics = { path = " crates/re_analytics" , version = " 0.8.1" , default-features = false }
29
- re_arrow_store = { path = " crates/re_arrow_store" , version = " 0.8.1" , default-features = false }
30
- re_build_info = { path = " crates/re_build_info" , version = " 0.8.1" , default-features = false }
31
- re_build_tools = { path = " crates/re_build_tools" , version = " 0.8.1" , default-features = false }
32
- re_build_web_viewer = { path = " crates/re_build_web_viewer" , version = " 0.8.1" , default-features = false }
33
- re_components = { path = " crates/re_components" , version = " 0.8.1" , default-features = false }
34
- re_crash_handler = { path = " crates/re_crash_handler" , version = " 0.8.1" , default-features = false }
35
- re_data_store = { path = " crates/re_data_store" , version = " 0.8.1" , default-features = false }
36
- re_data_ui = { path = " crates/re_data_ui" , version = " 0.8.1" , default-features = false }
37
- re_error = { path = " crates/re_error" , version = " 0.8.1" , default-features = false }
38
- re_format = { path = " crates/re_format" , version = " 0.8.1" , default-features = false }
39
- re_int_histogram = { path = " crates/re_int_histogram" , version = " 0.8.1" , default-features = false }
40
- re_log = { path = " crates/re_log" , version = " 0.8.1" , default-features = false }
41
- re_log_encoding = { path = " crates/re_log_encoding" , version = " 0.8.1" , default-features = false }
42
- re_log_types = { path = " crates/re_log_types" , version = " 0.8.1" , default-features = false }
43
- re_memory = { path = " crates/re_memory" , version = " 0.8.1" , default-features = false }
44
- re_query = { path = " crates/re_query" , version = " 0.8.1" , default-features = false }
45
- re_renderer = { path = " crates/re_renderer" , version = " 0.8.1" , default-features = false }
46
- re_sdk = { path = " crates/re_sdk" , version = " 0.8.1" , default-features = false }
47
- re_sdk_comms = { path = " crates/re_sdk_comms" , version = " 0.8.1" , default-features = false }
48
- re_smart_channel = { path = " crates/re_smart_channel" , version = " 0.8.1" , default-features = false }
49
- re_space_view = { path = " crates/re_space_view" , version = " 0.8.1" , default-features = false }
50
- re_space_view_bar_chart = { path = " crates/re_space_view_bar_chart" , version = " 0.8.1" , default-features = false }
51
- re_space_view_spatial = { path = " crates/re_space_view_spatial" , version = " 0.8.1" , default-features = false }
52
- re_space_view_tensor = { path = " crates/re_space_view_tensor" , version = " 0.8.1" , default-features = false }
53
- re_space_view_text = { path = " crates/re_space_view_text" , version = " 0.8.1" , default-features = false }
54
- re_space_view_text_box = { path = " crates/re_space_view_text_box" , version = " 0.8.1" , default-features = false }
55
- re_space_view_time_series = { path = " crates/re_space_view_time_series" , version = " 0.8.1" , default-features = false }
56
- re_string_interner = { path = " crates/re_string_interner" , version = " 0.8.1" , default-features = false }
57
- re_tensor_ops = { path = " crates/re_tensor_ops" , version = " 0.8.1" , default-features = false }
58
- re_time_panel = { path = " crates/re_time_panel" , version = " 0.8.1" , default-features = false }
59
- re_tracing = { path = " crates/re_tracing" , version = " 0.8.1" , default-features = false }
60
- re_tuid = { path = " crates/re_tuid" , version = " 0.8.1" , default-features = false }
61
- re_types = { path = " crates/re_types" , version = " 0.8.1" , default-features = false }
62
- re_types_builder = { path = " crates/re_types_builder" , version = " 0.8.1" , default-features = false }
63
- re_ui = { path = " crates/re_ui" , version = " 0.8.1" , default-features = false }
64
- re_viewer = { path = " crates/re_viewer" , version = " 0.8.1" , default-features = false }
65
- re_viewer_context = { path = " crates/re_viewer_context" , version = " 0.8.1" , default-features = false }
66
- re_viewport = { path = " crates/re_viewport" , version = " 0.8.1" , default-features = false }
67
- re_web_viewer_server = { path = " crates/re_web_viewer_server" , version = " 0.8.1" , default-features = false }
68
- re_ws_comms = { path = " crates/re_ws_comms" , version = " 0.8.1" , default-features = false }
69
- rerun = { path = " crates/rerun" , version = " 0.8.1" , default-features = false }
28
+ re_analytics = { path = " crates/re_analytics" , version = " = 0.8.2-alpha .1" , default-features = false }
29
+ re_arrow_store = { path = " crates/re_arrow_store" , version = " = 0.8.2-alpha .1" , default-features = false }
30
+ re_build_info = { path = " crates/re_build_info" , version = " = 0.8.2-alpha .1" , default-features = false }
31
+ re_build_tools = { path = " crates/re_build_tools" , version = " = 0.8.2-alpha .1" , default-features = false }
32
+ re_build_web_viewer = { path = " crates/re_build_web_viewer" , version = " = 0.8.2-alpha .1" , default-features = false }
33
+ re_components = { path = " crates/re_components" , version = " = 0.8.2-alpha .1" , default-features = false }
34
+ re_crash_handler = { path = " crates/re_crash_handler" , version = " = 0.8.2-alpha .1" , default-features = false }
35
+ re_data_store = { path = " crates/re_data_store" , version = " = 0.8.2-alpha .1" , default-features = false }
36
+ re_data_ui = { path = " crates/re_data_ui" , version = " = 0.8.2-alpha .1" , default-features = false }
37
+ re_error = { path = " crates/re_error" , version = " = 0.8.2-alpha .1" , default-features = false }
38
+ re_format = { path = " crates/re_format" , version = " = 0.8.2-alpha .1" , default-features = false }
39
+ re_int_histogram = { path = " crates/re_int_histogram" , version = " = 0.8.2-alpha .1" , default-features = false }
40
+ re_log = { path = " crates/re_log" , version = " = 0.8.2-alpha .1" , default-features = false }
41
+ re_log_encoding = { path = " crates/re_log_encoding" , version = " = 0.8.2-alpha .1" , default-features = false }
42
+ re_log_types = { path = " crates/re_log_types" , version = " = 0.8.2-alpha .1" , default-features = false }
43
+ re_memory = { path = " crates/re_memory" , version = " = 0.8.2-alpha .1" , default-features = false }
44
+ re_query = { path = " crates/re_query" , version = " = 0.8.2-alpha .1" , default-features = false }
45
+ re_renderer = { path = " crates/re_renderer" , version = " = 0.8.2-alpha .1" , default-features = false }
46
+ re_sdk = { path = " crates/re_sdk" , version = " = 0.8.2-alpha .1" , default-features = false }
47
+ re_sdk_comms = { path = " crates/re_sdk_comms" , version = " = 0.8.2-alpha .1" , default-features = false }
48
+ re_smart_channel = { path = " crates/re_smart_channel" , version = " = 0.8.2-alpha .1" , default-features = false }
49
+ re_space_view = { path = " crates/re_space_view" , version = " = 0.8.2-alpha .1" , default-features = false }
50
+ re_space_view_bar_chart = { path = " crates/re_space_view_bar_chart" , version = " = 0.8.2-alpha .1" , default-features = false }
51
+ re_space_view_spatial = { path = " crates/re_space_view_spatial" , version = " = 0.8.2-alpha .1" , default-features = false }
52
+ re_space_view_tensor = { path = " crates/re_space_view_tensor" , version = " = 0.8.2-alpha .1" , default-features = false }
53
+ re_space_view_text = { path = " crates/re_space_view_text" , version = " = 0.8.2-alpha .1" , default-features = false }
54
+ re_space_view_text_box = { path = " crates/re_space_view_text_box" , version = " = 0.8.2-alpha .1" , default-features = false }
55
+ re_space_view_time_series = { path = " crates/re_space_view_time_series" , version = " = 0.8.2-alpha .1" , default-features = false }
56
+ re_string_interner = { path = " crates/re_string_interner" , version = " = 0.8.2-alpha .1" , default-features = false }
57
+ re_tensor_ops = { path = " crates/re_tensor_ops" , version = " = 0.8.2-alpha .1" , default-features = false }
58
+ re_time_panel = { path = " crates/re_time_panel" , version = " = 0.8.2-alpha .1" , default-features = false }
59
+ re_tracing = { path = " crates/re_tracing" , version = " = 0.8.2-alpha .1" , default-features = false }
60
+ re_tuid = { path = " crates/re_tuid" , version = " = 0.8.2-alpha .1" , default-features = false }
61
+ re_types = { path = " crates/re_types" , version = " = 0.8.2-alpha .1" , default-features = false }
62
+ re_types_builder = { path = " crates/re_types_builder" , version = " = 0.8.2-alpha .1" , default-features = false }
63
+ re_ui = { path = " crates/re_ui" , version = " = 0.8.2-alpha .1" , default-features = false }
64
+ re_viewer = { path = " crates/re_viewer" , version = " = 0.8.2-alpha .1" , default-features = false }
65
+ re_viewer_context = { path = " crates/re_viewer_context" , version = " = 0.8.2-alpha .1" , default-features = false }
66
+ re_viewport = { path = " crates/re_viewport" , version = " = 0.8.2-alpha .1" , default-features = false }
67
+ re_web_viewer_server = { path = " crates/re_web_viewer_server" , version = " = 0.8.2-alpha .1" , default-features = false }
68
+ re_ws_comms = { path = " crates/re_ws_comms" , version = " = 0.8.2-alpha .1" , default-features = false }
69
+ rerun = { path = " crates/rerun" , version = " = 0.8.2-alpha .1" , default-features = false }
70
70
71
71
ahash = " 0.8"
72
72
anyhow = " 1.0"
0 commit comments