mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 14:33:09 +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]]
|
||||
name = "electrs"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
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.0"
|
||||
version = "0.8.1"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 0.8.1 (TBD)
|
||||
# 0.8.1 (20 Nov 2019)
|
||||
|
||||
* Allow setting `--cookie-file` path via configuration (@Kixunil)
|
||||
* Bump rust-rocksdb to 0.13.0, using RockDB 6.2.4
|
||||
|
|
Loading…
Add table
Reference in a new issue