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