Skip to content

Commit 4171469

Browse files
committed
feat:finish archiver test
Signed-off-by: Chen Kai <[email protected]>
1 parent b821b86 commit 4171469

File tree

7 files changed

+585
-186
lines changed

7 files changed

+585
-186
lines changed

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ again = "0.1.2"
3232
rand = "0.8.5"
3333
once_cell = "1.19.0"
3434
hex = "0.4.3"
35-
tracing-subscriber = "0.3.18"
35+
tracing-subscriber = "0.3.18"
36+
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

bin/archiver/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ eyre.workspace = true
2222
again.workspace = true
2323
hex.workspace = true
2424
tracing-subscriber.workspace = true
25+
uuid.workspace = true
2526
blob-archiver-storage = { path = "../../crates/storage" }
2627
blob-archiver-beacon = { path = "../../crates/beacon" }
2728

0 commit comments

Comments
 (0)