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