We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357bfe8 commit 77b47ecCopy full SHA for 77b47ec
Cargo.toml
@@ -40,7 +40,9 @@ tiny_http = { version = "0.8", optional = true }
40
version = "0.15.0" # Use bitcoincore-rpc fork for now
41
42
[dependencies.electrs-rocksdb]
43
-# support building with Rust 1.41.1 and workaround https://github.com/romanz/electrs/issues/403
+# support building with Rust 1.41.1 and workaround the following issues:
44
+# https://github.com/romanz/electrs/issues/403 (support building on ARM 32-bit)
45
+# https://github.com/romanz/electrs/issues/469 (dynamic linking on Debian 11)
46
version = "0.15.0-e1"
47
default-features = false
48
# ZSTD is used for data compression
0 commit comments