mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-06-15 00:49:30 +08:00
fix: build error / warning
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2408,7 +2408,7 @@ version = "0.5.0"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"error-chain",
|
||||
"hiro-system-kit 0.1.0",
|
||||
"hiro-system-kit 0.3.1",
|
||||
"neon",
|
||||
"num",
|
||||
"ordhook",
|
||||
|
||||
@@ -7,7 +7,6 @@ use futures_util::StreamExt;
|
||||
use progressing::mapping::Bar as MappingBar;
|
||||
use progressing::Baring;
|
||||
use tar::Archive;
|
||||
use std::fs;
|
||||
use std::io::{self, Cursor};
|
||||
use std::io::{Read, Write};
|
||||
|
||||
|
||||
@@ -473,7 +473,7 @@ impl Service {
|
||||
let blocks_post_processor = start_block_archiving_processor(
|
||||
&self.config,
|
||||
&self.ctx,
|
||||
false,
|
||||
true,
|
||||
block_post_processor.clone(),
|
||||
);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
|
||||
serde = "1"
|
||||
error-chain = "0.12"
|
||||
ordhook = { path = "../ordhook-core" }
|
||||
hiro-system-kit = "0.1.0"
|
||||
hiro-system-kit = "0.3.1"
|
||||
crossbeam-channel = "0.5.6"
|
||||
|
||||
[dependencies.neon]
|
||||
|
||||
Reference in New Issue
Block a user