mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
9 lines
199 B
Diff
9 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};
|