Browse Source

Bump version

android
Roman Zeyde 5 years ago
parent
commit
1498eed6bb
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 2
      RELEASE-NOTES.md

2
Cargo.lock

@ -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)",

2
Cargo.toml

@ -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"

2
RELEASE-NOTES.md

@ -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…
Cancel
Save