1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 14:33:09 +01:00

Support Rust >=1.34

This commit is contained in:
Roman Zeyde 2019-09-07 11:57:18 +03:00
parent a61e1b3b7a
commit 925e0da460
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -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

View file

@ -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+).