Browse Source

Support Rust >=1.34

master
Roman Zeyde 5 years ago
parent
commit
925e0da460
  1. 2
      .circleci/config.yml
  2. 4
      RELEASE-NOTES.md
  3. 2
      doc/usage.md

2
.circleci/config.yml

@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: rust:1.32.0-slim
- image: rust:1.34.0-slim
steps:
- checkout

4
RELEASE-NOTES.md

@ -1,3 +1,7 @@
# 0.8.0 (TBD)
* Support Rust >=1.34 (for Debian)
# 0.7.1 (27 July 2019)
* Allow stopping bulk indexing via SIGINT/SIGTERM

2
doc/usage.md

@ -1,6 +1,6 @@
## Installation
Install [latest Rust](https://rustup.rs/) (1.32+),
Install [latest Rust](https://rustup.rs/) (1.34+),
[latest Bitcoin Core](https://bitcoincore.org/en/download/) (0.16+)
and [latest Electrum wallet](https://electrum.org/#download) (3.3+).

Loading…
Cancel
Save