Skip to content

Commit 6afadd7

Browse files
committed
sort deps
1 parent b51a5b6 commit 6afadd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/re_data_store/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ deadlock_detection = ["parking_lot/deadlock_detection"]
3030
# Rerun dependencies:
3131
re_format.workspace = true
3232
re_format_arrow.workspace = true
33-
re_log_types.workspace = true
3433
re_log = { workspace = true, features = ["setup"] }
34+
re_log_types.workspace = true
3535
re_tracing.workspace = true
3636
re_types_core.workspace = true
3737

@@ -50,8 +50,8 @@ web-time.workspace = true
5050

5151

5252
[dev-dependencies]
53-
re_types = { workspace = true, features = ["datagen", "testing"] }
5453
re_format.workspace = true
54+
re_types = { workspace = true, features = ["datagen", "testing"] }
5555

5656
anyhow.workspace = true
5757
criterion.workspace = true

0 commit comments

Comments
 (0)