Skip to content

Commit

Permalink
Bump versions to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rerun-bot committed Feb 12, 2024
1 parent 739f8a4 commit 89696bc
Show file tree
Hide file tree
Showing 20 changed files with 154 additions and 154 deletions.
180 changes: 90 additions & 90 deletions Cargo.lock

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions Cargo.toml
Expand Up @@ -20,58 +20,58 @@ include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.72"
version = "0.13.0-rc.7"
version = "0.13.0"

[workspace.dependencies]
# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
# This is because we treat alpha-releases as incompatible, but semver doesn't.
# In particular: if we compile rerun 0.3.0-alpha.0 we only want it to use
# 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.13.0-rc.7", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "=0.13.0-rc.7", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "=0.13.0-rc.7", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "=0.13.0-rc.7", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "=0.13.0-rc.7", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "=0.13.0-rc.7", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "=0.13.0-rc.7", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "=0.13.0-rc.7", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "=0.13.0-rc.7", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "=0.13.0-rc.7", default-features = false }
re_error = { path = "crates/re_error", version = "=0.13.0-rc.7", default-features = false }
re_format = { path = "crates/re_format", version = "=0.13.0-rc.7", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "=0.13.0-rc.7", default-features = false }
re_log = { path = "crates/re_log", version = "=0.13.0-rc.7", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "=0.13.0-rc.7", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "=0.13.0-rc.7", default-features = false }
re_memory = { path = "crates/re_memory", version = "=0.13.0-rc.7", default-features = false }
re_query = { path = "crates/re_query", version = "=0.13.0-rc.7", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "=0.13.0-rc.7", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "=0.13.0-rc.7", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "=0.13.0-rc.7", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "=0.13.0-rc.7", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "=0.13.0-rc.7", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "=0.13.0-rc.7", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "=0.13.0-rc.7", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "=0.13.0-rc.7", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "=0.13.0-rc.7", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "=0.13.0-rc.7", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "=0.13.0-rc.7", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "=0.13.0-rc.7", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "=0.13.0-rc.7", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "=0.13.0-rc.7", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "=0.13.0-rc.7", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "=0.13.0-rc.7", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "=0.13.0-rc.7", default-features = false }
re_types = { path = "crates/re_types", version = "=0.13.0-rc.7", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "=0.13.0-rc.7", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "=0.13.0-rc.7", default-features = false }
re_ui = { path = "crates/re_ui", version = "=0.13.0-rc.7", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "=0.13.0-rc.7", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "=0.13.0-rc.7", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "=0.13.0-rc.7", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "=0.13.0-rc.7", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "=0.13.0-rc.7", default-features = false }
rerun = { path = "crates/rerun", version = "=0.13.0-rc.7", default-features = false }
re_analytics = { path = "crates/re_analytics", version = "0.13.0", default-features = false }
re_build_examples = { path = "crates/re_build_examples", version = "0.13.0", default-features = false }
re_build_info = { path = "crates/re_build_info", version = "0.13.0", default-features = false }
re_build_tools = { path = "crates/re_build_tools", version = "0.13.0", default-features = false }
re_build_web_viewer = { path = "crates/re_build_web_viewer", version = "0.13.0", default-features = false }
re_crash_handler = { path = "crates/re_crash_handler", version = "0.13.0", default-features = false }
re_data_source = { path = "crates/re_data_source", version = "0.13.0", default-features = false }
re_data_store = { path = "crates/re_data_store", version = "0.13.0", default-features = false }
re_data_ui = { path = "crates/re_data_ui", version = "0.13.0", default-features = false }
re_entity_db = { path = "crates/re_entity_db", version = "0.13.0", default-features = false }
re_error = { path = "crates/re_error", version = "0.13.0", default-features = false }
re_format = { path = "crates/re_format", version = "0.13.0", default-features = false }
re_int_histogram = { path = "crates/re_int_histogram", version = "0.13.0", default-features = false }
re_log = { path = "crates/re_log", version = "0.13.0", default-features = false }
re_log_encoding = { path = "crates/re_log_encoding", version = "0.13.0", default-features = false }
re_log_types = { path = "crates/re_log_types", version = "0.13.0", default-features = false }
re_memory = { path = "crates/re_memory", version = "0.13.0", default-features = false }
re_query = { path = "crates/re_query", version = "0.13.0", default-features = false }
re_query_cache = { path = "crates/re_query_cache", version = "0.13.0", default-features = false }
re_renderer = { path = "crates/re_renderer", version = "0.13.0", default-features = false }
re_sdk = { path = "crates/re_sdk", version = "0.13.0", default-features = false }
re_sdk_comms = { path = "crates/re_sdk_comms", version = "0.13.0", default-features = false }
re_smart_channel = { path = "crates/re_smart_channel", version = "0.13.0", default-features = false }
re_space_view = { path = "crates/re_space_view", version = "0.13.0", default-features = false }
re_space_view_bar_chart = { path = "crates/re_space_view_bar_chart", version = "0.13.0", default-features = false }
re_space_view_dataframe = { path = "crates/re_space_view_dataframe", version = "0.13.0", default-features = false }
re_space_view_spatial = { path = "crates/re_space_view_spatial", version = "0.13.0", default-features = false }
re_space_view_tensor = { path = "crates/re_space_view_tensor", version = "0.13.0", default-features = false }
re_space_view_text_document = { path = "crates/re_space_view_text_document", version = "0.13.0", default-features = false }
re_space_view_text_log = { path = "crates/re_space_view_text_log", version = "0.13.0", default-features = false }
re_space_view_time_series = { path = "crates/re_space_view_time_series", version = "0.13.0", default-features = false }
re_string_interner = { path = "crates/re_string_interner", version = "0.13.0", default-features = false }
re_time_panel = { path = "crates/re_time_panel", version = "0.13.0", default-features = false }
re_tracing = { path = "crates/re_tracing", version = "0.13.0", default-features = false }
re_tuid = { path = "crates/re_tuid", version = "0.13.0", default-features = false }
re_types = { path = "crates/re_types", version = "0.13.0", default-features = false }
re_types_builder = { path = "crates/re_types_builder", version = "0.13.0", default-features = false }
re_types_core = { path = "crates/re_types_core", version = "0.13.0", default-features = false }
re_ui = { path = "crates/re_ui", version = "0.13.0", default-features = false }
re_viewer = { path = "crates/re_viewer", version = "0.13.0", default-features = false }
re_viewer_context = { path = "crates/re_viewer_context", version = "0.13.0", default-features = false }
re_viewport = { path = "crates/re_viewport", version = "0.13.0", default-features = false }
re_web_viewer_server = { path = "crates/re_web_viewer_server", version = "0.13.0", default-features = false }
re_ws_comms = { path = "crates/re_ws_comms", version = "0.13.0", default-features = false }
rerun = { path = "crates/rerun", version = "0.13.0", default-features = false }

# egui-crates:
ecolor = "0.26.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_data_loader/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "custom_data_loader"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_space_view/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "custom_space_view"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom_store_subscriber/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "custom_store_subscriber"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/dna/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dna"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/extend_viewer_ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "extend_viewer_ui"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/external_data_loader/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rerun-loader-rust-file"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minimal"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_options/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minimal_options"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/minimal_serve/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minimal_serve"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/objectron/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "objectron"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/raw_mesh/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raw_mesh"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/shared_recording/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shared_recording"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/spawn_viewer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spawn_viewer"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/stdio/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stdio"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/template/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "template"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rerun_cpp/src/rerun/c/rerun.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/rust/plot_dashboard_stress/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plot_dashboard_stress"
version = "0.13.0-rc.7"
version = "0.13.0"
edition = "2021"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 89696bc

Please sign in to comment.