Skip to content

Commit 77b47ec

Browse files
committed
Document the reasons for using custom RocksDB release
1 parent 357bfe8 commit 77b47ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ tiny_http = { version = "0.8", optional = true }
4040
version = "0.15.0" # Use bitcoincore-rpc fork for now
4141

4242
[dependencies.electrs-rocksdb]
43-
# support building with Rust 1.41.1 and workaround https://github.com/romanz/electrs/issues/403
43+
# 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)
4446
version = "0.15.0-e1"
4547
default-features = false
4648
# ZSTD is used for data compression

0 commit comments

Comments
 (0)