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:
parent
63689a2de6
commit
8ff5c7c73d
3 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: rust:1.34.0-slim
|
||||
- image: rust:1.32.0-slim
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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+).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue