Skip to content

Commit

Permalink
Build rocksdb with conditional SSE support
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Oct 25, 2021
1 parent edbb50c commit cdea505
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tiny_http = { version = "0.9", optional = true }
# support building with Rust 1.41.1 and workaround the following issues:
# https://github.com/romanz/electrs/issues/403 (support building on ARM 32-bit)
# https://github.com/romanz/electrs/issues/469 (dynamic linking on Debian 11)
version = "0.15.0-e1"
version = "0.15.0-e2"
default-features = false
# ZSTD is used for data compression
# Snappy is only for checking old DB
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Ignore `cargo audit` warning in `tiny_http` (#575)
* Re-organize and split documentation (#583)
* Use `/electrs:$VERSION/` in p2p 'user-agent' (#585)
* Build rocksdb with conditional SSE support (#595)

# 0.9.1 (Oct 19 2021)

Expand Down

0 comments on commit cdea505

Please sign in to comment.