Browse Source
Update CI and documentation for Rust 1.32
atomic_counter
Roman Zeyde
6 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with
6 additions and
2 deletions
-
.circleci/config.yml
-
RELEASE-NOTES.md
-
doc/usage.md
|
@ -3,7 +3,7 @@ version: 2 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: rust:1.34.0-slim |
|
|
- image: rust:1.32.0-slim |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
|
|
# 0.6.2 (TBD) |
|
|
|
|
|
|
|
|
|
|
|
* Support Rust 1.32 (for Debian) |
|
|
|
|
|
|
|
|
# 0.6.1 (9 May 2019) |
|
|
# 0.6.1 (9 May 2019) |
|
|
|
|
|
|
|
|
* Fix crash during initial sync |
|
|
* Fix crash during initial sync |
|
|
|
@ -1,6 +1,6 @@ |
|
|
## Installation |
|
|
## 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+) |
|
|
[latest Bitcoin Core](https://bitcoincore.org/en/download/) (0.16+) |
|
|
and [latest Electrum wallet](https://electrum.org/#download) (3.3+). |
|
|
and [latest Electrum wallet](https://electrum.org/#download) (3.3+). |
|
|
|
|
|
|
|
|