mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 02:41:17 +02:00
10 lines
199 B
Diff
10 lines
199 B
Diff
--- a/src/db.rs
|
|
+++ b/src/db.rs
|
|
@@ -1,5 +1,5 @@
|
|
use anyhow::{Context, Result};
|
|
-use electrs_rocksdb as rocksdb;
|
|
+use rocksdb;
|
|
|
|
use std::path::Path;
|
|
use std::sync::atomic::{AtomicBool, Ordering};
|