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

Update CI and documentation for Rust 1.32

This commit is contained in:
Roman Zeyde 2019-05-11 10:07:43 +03:00
parent 63689a2de6
commit 8ff5c7c73d
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -1,3 +1,7 @@
# 0.6.2 (TBD)
* Support Rust 1.32 (for Debian)
# 0.6.1 (9 May 2019)
* Fix crash during initial sync

View file

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