Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.20.0-alpha.2 #8070

Merged
merged 5 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 113 additions & 113 deletions Cargo.lock

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.79"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"

[workspace.dependencies]
# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
Expand All @@ -34,77 +34,77 @@ version = "0.20.0-alpha.1+dev"
# re_log_types 0.3.0-alpha.0, NOT 0.3.0-alpha.4 even though it is newer and semver-compatible.

# crates/build:
re_build_info = { path = "crates/build/re_build_info", version = "=0.20.0-alpha.1", default-features = false }
re_build_tools = { path = "crates/build/re_build_tools", version = "=0.20.0-alpha.1", default-features = false }
re_dev_tools = { path = "crates/build/re_dev_tools", version = "=0.20.0-alpha.1", default-features = false }
re_protos_builder = { path = "crates/build/re_protos_builder", version = "=0.20.0-alpha.1", default-features = false }
re_types_builder = { path = "crates/build/re_types_builder", version = "=0.20.0-alpha.1", default-features = false }
re_build_info = { path = "crates/build/re_build_info", version = "=0.20.0-alpha.3", default-features = false }
re_build_tools = { path = "crates/build/re_build_tools", version = "=0.20.0-alpha.3", default-features = false }
re_dev_tools = { path = "crates/build/re_dev_tools", version = "=0.20.0-alpha.3", default-features = false }
re_protos_builder = { path = "crates/build/re_protos_builder", version = "=0.20.0-alpha.3", default-features = false }
re_types_builder = { path = "crates/build/re_types_builder", version = "=0.20.0-alpha.3", default-features = false }

# crates/store:
re_chunk = { path = "crates/store/re_chunk", version = "=0.20.0-alpha.1", default-features = false }
re_chunk_store = { path = "crates/store/re_chunk_store", version = "=0.20.0-alpha.1", default-features = false }
re_data_loader = { path = "crates/store/re_data_loader", version = "=0.20.0-alpha.1", default-features = false }
re_data_source = { path = "crates/store/re_data_source", version = "=0.20.0-alpha.1", default-features = false }
re_dataframe = { path = "crates/store/re_dataframe", version = "=0.20.0-alpha.1", default-features = false }
re_entity_db = { path = "crates/store/re_entity_db", version = "=0.20.0-alpha.1", default-features = false }
re_format_arrow = { path = "crates/store/re_format_arrow", version = "=0.20.0-alpha.1", default-features = false }
re_grpc_client = { path = "crates/store/re_grpc_client", version = "=0.20.0-alpha.1", default-features = false }
re_protos = { path = "crates/store/re_protos", version = "=0.20.0-alpha.1", default-features = false }
re_log_encoding = { path = "crates/store/re_log_encoding", version = "=0.20.0-alpha.1", default-features = false }
re_log_types = { path = "crates/store/re_log_types", version = "=0.20.0-alpha.1", default-features = false }
re_query = { path = "crates/store/re_query", version = "=0.20.0-alpha.1", default-features = false }
re_sdk_comms = { path = "crates/store/re_sdk_comms", version = "=0.20.0-alpha.1", default-features = false }
re_types = { path = "crates/store/re_types", version = "=0.20.0-alpha.1", default-features = false }
re_types_blueprint = { path = "crates/store/re_types_blueprint", version = "=0.20.0-alpha.1", default-features = false }
re_types_core = { path = "crates/store/re_types_core", version = "=0.20.0-alpha.1", default-features = false }
re_video = { path = "crates/store/re_video", version = "=0.20.0-alpha.1", default-features = false }
re_ws_comms = { path = "crates/store/re_ws_comms", version = "=0.20.0-alpha.1", default-features = false }
re_chunk = { path = "crates/store/re_chunk", version = "=0.20.0-alpha.3", default-features = false }
re_chunk_store = { path = "crates/store/re_chunk_store", version = "=0.20.0-alpha.3", default-features = false }
re_data_loader = { path = "crates/store/re_data_loader", version = "=0.20.0-alpha.3", default-features = false }
re_data_source = { path = "crates/store/re_data_source", version = "=0.20.0-alpha.3", default-features = false }
re_dataframe = { path = "crates/store/re_dataframe", version = "=0.20.0-alpha.3", default-features = false }
re_entity_db = { path = "crates/store/re_entity_db", version = "=0.20.0-alpha.3", default-features = false }
re_format_arrow = { path = "crates/store/re_format_arrow", version = "=0.20.0-alpha.3", default-features = false }
re_grpc_client = { path = "crates/store/re_grpc_client", version = "=0.20.0-alpha.3", default-features = false }
re_protos = { path = "crates/store/re_protos", version = "=0.20.0-alpha.3", default-features = false }
re_log_encoding = { path = "crates/store/re_log_encoding", version = "=0.20.0-alpha.3", default-features = false }
re_log_types = { path = "crates/store/re_log_types", version = "=0.20.0-alpha.3", default-features = false }
re_query = { path = "crates/store/re_query", version = "=0.20.0-alpha.3", default-features = false }
re_sdk_comms = { path = "crates/store/re_sdk_comms", version = "=0.20.0-alpha.3", default-features = false }
re_types = { path = "crates/store/re_types", version = "=0.20.0-alpha.3", default-features = false }
re_types_blueprint = { path = "crates/store/re_types_blueprint", version = "=0.20.0-alpha.3", default-features = false }
re_types_core = { path = "crates/store/re_types_core", version = "=0.20.0-alpha.3", default-features = false }
re_video = { path = "crates/store/re_video", version = "=0.20.0-alpha.3", default-features = false }
re_ws_comms = { path = "crates/store/re_ws_comms", version = "=0.20.0-alpha.3", default-features = false }

# crates/top:
re_sdk = { path = "crates/top/re_sdk", version = "=0.20.0-alpha.1", default-features = false }
rerun = { path = "crates/top/rerun", version = "=0.20.0-alpha.1", default-features = false }
rerun_c = { path = "crates/top/rerun_c", version = "=0.20.0-alpha.1", default-features = false }
rerun-cli = { path = "crates/top/rerun-cli", version = "=0.20.0-alpha.1", default-features = false }
re_sdk = { path = "crates/top/re_sdk", version = "=0.20.0-alpha.3", default-features = false }
rerun = { path = "crates/top/rerun", version = "=0.20.0-alpha.3", default-features = false }
rerun_c = { path = "crates/top/rerun_c", version = "=0.20.0-alpha.3", default-features = false }
rerun-cli = { path = "crates/top/rerun-cli", version = "=0.20.0-alpha.3", default-features = false }

# crates/utils:
re_analytics = { path = "crates/utils/re_analytics", version = "=0.20.0-alpha.1", default-features = false }
re_case = { path = "crates/utils/re_case", version = "=0.20.0-alpha.1", default-features = false }
re_crash_handler = { path = "crates/utils/re_crash_handler", version = "=0.20.0-alpha.1", default-features = false }
re_error = { path = "crates/utils/re_error", version = "=0.20.0-alpha.1", default-features = false }
re_format = { path = "crates/utils/re_format", version = "=0.20.0-alpha.1", default-features = false }
re_int_histogram = { path = "crates/utils/re_int_histogram", version = "=0.20.0-alpha.1", default-features = false }
re_log = { path = "crates/utils/re_log", version = "=0.20.0-alpha.1", default-features = false }
re_memory = { path = "crates/utils/re_memory", version = "=0.20.0-alpha.1", default-features = false }
re_smart_channel = { path = "crates/utils/re_smart_channel", version = "=0.20.0-alpha.1", default-features = false }
re_string_interner = { path = "crates/utils/re_string_interner", version = "=0.20.0-alpha.1", default-features = false }
re_tracing = { path = "crates/utils/re_tracing", version = "=0.20.0-alpha.1", default-features = false }
re_tuid = { path = "crates/utils/re_tuid", version = "=0.20.0-alpha.1", default-features = false }
re_analytics = { path = "crates/utils/re_analytics", version = "=0.20.0-alpha.3", default-features = false }
re_case = { path = "crates/utils/re_case", version = "=0.20.0-alpha.3", default-features = false }
re_crash_handler = { path = "crates/utils/re_crash_handler", version = "=0.20.0-alpha.3", default-features = false }
re_error = { path = "crates/utils/re_error", version = "=0.20.0-alpha.3", default-features = false }
re_format = { path = "crates/utils/re_format", version = "=0.20.0-alpha.3", default-features = false }
re_int_histogram = { path = "crates/utils/re_int_histogram", version = "=0.20.0-alpha.3", default-features = false }
re_log = { path = "crates/utils/re_log", version = "=0.20.0-alpha.3", default-features = false }
re_memory = { path = "crates/utils/re_memory", version = "=0.20.0-alpha.3", default-features = false }
re_smart_channel = { path = "crates/utils/re_smart_channel", version = "=0.20.0-alpha.3", default-features = false }
re_string_interner = { path = "crates/utils/re_string_interner", version = "=0.20.0-alpha.3", default-features = false }
re_tracing = { path = "crates/utils/re_tracing", version = "=0.20.0-alpha.3", default-features = false }
re_tuid = { path = "crates/utils/re_tuid", version = "=0.20.0-alpha.3", default-features = false }

# crates/viewer:
re_blueprint_tree = { path = "crates/viewer/re_blueprint_tree", version = "=0.20.0-alpha.1", default-features = false }
re_component_ui = { path = "crates/viewer/re_component_ui", version = "=0.20.0-alpha.1", default-features = false }
re_context_menu = { path = "crates/viewer/re_context_menu", version = "=0.20.0-alpha.1", default-features = false }
re_data_ui = { path = "crates/viewer/re_data_ui", version = "=0.20.0-alpha.1", default-features = false }
re_chunk_store_ui = { path = "crates/viewer/re_chunk_store_ui", version = "=0.20.0-alpha.1", default-features = false }
re_renderer = { path = "crates/viewer/re_renderer", version = "=0.20.0-alpha.1", default-features = false }
re_renderer_examples = { path = "crates/viewer/re_renderer_examples", version = "=0.20.0-alpha.1", default-features = false }
re_selection_panel = { path = "crates/viewer/re_selection_panel", version = "=0.20.0-alpha.1", default-features = false }
re_space_view = { path = "crates/viewer/re_space_view", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_bar_chart = { path = "crates/viewer/re_space_view_bar_chart", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_spatial = { path = "crates/viewer/re_space_view_spatial", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_dataframe = { path = "crates/viewer/re_space_view_dataframe", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_map = { path = "crates/viewer/re_space_view_map", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_tensor = { path = "crates/viewer/re_space_view_tensor", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_text_document = { path = "crates/viewer/re_space_view_text_document", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_text_log = { path = "crates/viewer/re_space_view_text_log", version = "=0.20.0-alpha.1", default-features = false }
re_space_view_time_series = { path = "crates/viewer/re_space_view_time_series", version = "=0.20.0-alpha.1", default-features = false }
re_time_panel = { path = "crates/viewer/re_time_panel", version = "=0.20.0-alpha.1", default-features = false }
re_ui = { path = "crates/viewer/re_ui", version = "=0.20.0-alpha.1", default-features = false }
re_viewer = { path = "crates/viewer/re_viewer", version = "=0.20.0-alpha.1", default-features = false }
re_viewer_context = { path = "crates/viewer/re_viewer_context", version = "=0.20.0-alpha.1", default-features = false }
re_viewport = { path = "crates/viewer/re_viewport", version = "=0.20.0-alpha.1", default-features = false }
re_viewport_blueprint = { path = "crates/viewer/re_viewport_blueprint", version = "=0.20.0-alpha.1", default-features = false }
re_web_viewer_server = { path = "crates/viewer/re_web_viewer_server", version = "=0.20.0-alpha.1", default-features = false }
re_blueprint_tree = { path = "crates/viewer/re_blueprint_tree", version = "=0.20.0-alpha.3", default-features = false }
re_component_ui = { path = "crates/viewer/re_component_ui", version = "=0.20.0-alpha.3", default-features = false }
re_context_menu = { path = "crates/viewer/re_context_menu", version = "=0.20.0-alpha.3", default-features = false }
re_data_ui = { path = "crates/viewer/re_data_ui", version = "=0.20.0-alpha.3", default-features = false }
re_chunk_store_ui = { path = "crates/viewer/re_chunk_store_ui", version = "=0.20.0-alpha.3", default-features = false }
re_renderer = { path = "crates/viewer/re_renderer", version = "=0.20.0-alpha.3", default-features = false }
re_renderer_examples = { path = "crates/viewer/re_renderer_examples", version = "=0.20.0-alpha.3", default-features = false }
re_selection_panel = { path = "crates/viewer/re_selection_panel", version = "=0.20.0-alpha.3", default-features = false }
re_space_view = { path = "crates/viewer/re_space_view", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_bar_chart = { path = "crates/viewer/re_space_view_bar_chart", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_spatial = { path = "crates/viewer/re_space_view_spatial", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_dataframe = { path = "crates/viewer/re_space_view_dataframe", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_map = { path = "crates/viewer/re_space_view_map", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_tensor = { path = "crates/viewer/re_space_view_tensor", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_text_document = { path = "crates/viewer/re_space_view_text_document", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_text_log = { path = "crates/viewer/re_space_view_text_log", version = "=0.20.0-alpha.3", default-features = false }
re_space_view_time_series = { path = "crates/viewer/re_space_view_time_series", version = "=0.20.0-alpha.3", default-features = false }
re_time_panel = { path = "crates/viewer/re_time_panel", version = "=0.20.0-alpha.3", default-features = false }
re_ui = { path = "crates/viewer/re_ui", version = "=0.20.0-alpha.3", default-features = false }
re_viewer = { path = "crates/viewer/re_viewer", version = "=0.20.0-alpha.3", default-features = false }
re_viewer_context = { path = "crates/viewer/re_viewer_context", version = "=0.20.0-alpha.3", default-features = false }
re_viewport = { path = "crates/viewer/re_viewport", version = "=0.20.0-alpha.3", default-features = false }
re_viewport_blueprint = { path = "crates/viewer/re_viewport_blueprint", version = "=0.20.0-alpha.3", default-features = false }
re_web_viewer_server = { path = "crates/viewer/re_web_viewer_server", version = "=0.20.0-alpha.3", default-features = false }

# Rerun crates in other repos:
ewebsock = "0.8.0"
Expand Down
1 change: 1 addition & 0 deletions crates/build/re_protos_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = false
repository.workspace = true
rust-version.workspace = true
version.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/store/re_protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "re_protos"
authors.workspace = true
description = "Rerun remote gRPC/protobuf API types"
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/clock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_data_loader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_data_loader"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_space_view/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_space_view"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_store_subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "custom_store_subscriber"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/dataframe_query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dataframe_query"
version = "0.19.0-alpha.7"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/dna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dna"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/extend_viewer_ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extend_viewer_ui"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/external_data_loader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rerun-loader-rust-file"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/incremental_logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "incremental_logging"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/log_file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log_file"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_options/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal_options"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_serve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minimal_serve"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/objectron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "objectron"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/raw_mesh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw_mesh"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/shared_recording/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shared_recording"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/spawn_viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spawn_viewer"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/stdio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stdio"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "template"
version = "0.20.0-alpha.1+dev"
version = "0.20.0-alpha.3+dev"
edition = "2021"
rust-version = "1.79"
license = "MIT OR Apache-2.0"
Expand Down
Loading
Loading