We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2a6c6 commit 7d74213Copy full SHA for 7d74213
Cargo.lock
@@ -6500,7 +6500,6 @@ dependencies = [
6500
"re_arrow2",
6501
"re_build_tools",
6502
"re_byte_size",
6503
- "re_error",
6504
"re_format",
6505
"re_log",
6506
"re_log_types",
crates/store/re_types/Cargo.toml
@@ -53,7 +53,6 @@ testing = []
53
[dependencies]
54
# Rerun
55
re_byte_size.workspace = true
56
-re_error.workspace = true
57
re_format.workspace = true
58
re_log.workspace = true
59
re_log_types.workspace = true
0 commit comments