Roman Zeyde
5 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with
6 additions and
2 deletions
-
Cargo.lock
-
Cargo.toml
-
RELEASE-NOTES.md
|
|
@ -333,7 +333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "electrs" |
|
|
|
version = "0.8.1" |
|
|
|
version = "0.8.2" |
|
|
|
dependencies = [ |
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "electrs" |
|
|
|
version = "0.8.1" |
|
|
|
version = "0.8.2" |
|
|
|
authors = ["Roman Zeyde <me@romanzey.de>"] |
|
|
|
description = "An efficient re-implementation of Electrum Server in Rust" |
|
|
|
license = "MIT" |
|
|
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
# 0.8.2 (6 Dec 2019) |
|
|
|
|
|
|
|
* Downgrade rust-rocksdb to 0.12.2 (https://github.com/romanz/electrs/issues/193) |
|
|
|
|
|
|
|
# 0.8.1 (20 Nov 2019) |
|
|
|
|
|
|
|
* Allow setting `--cookie-file` path via configuration (@Kixunil) |
|
|
|