mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 06:45:26 +01:00
Bump version
This commit is contained in:
parent
d0be7ec670
commit
1498eed6bb
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue