Skip to content

Commit 055c0d7

Browse files
author
Ludo Galabru
committed
fix: build error / warning
1 parent 427215d commit 055c0d7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ordhook-core/src/download/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use futures_util::StreamExt;
77
use progressing::mapping::Bar as MappingBar;
88
use progressing::Baring;
99
use tar::Archive;
10-
use std::fs;
1110
use std::io::{self, Cursor};
1211
use std::io::{Read, Write};
1312

components/ordhook-core/src/service/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ impl Service {
473473
let blocks_post_processor = start_block_archiving_processor(
474474
&self.config,
475475
&self.ctx,
476-
false,
476+
true,
477477
block_post_processor.clone(),
478478
);
479479

components/ordhook-sdk-js/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
serde = "1"
1212
error-chain = "0.12"
1313
ordhook = { path = "../ordhook-core" }
14-
hiro-system-kit = "0.1.0"
14+
hiro-system-kit = "0.3.1"
1515
crossbeam-channel = "0.5.6"
1616

1717
[dependencies.neon]

0 commit comments

Comments
 (0)