Browse Source

Bump version

atomic_counter v0.6.1
Roman Zeyde 6 years ago
parent
commit
1aeba092ec
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

@ -311,7 +311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.6.0"
version = "0.6.1"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"

2
RELEASE-NOTES.md

@ -1,4 +1,4 @@
# 0.6.1 (TBD)
# 0.6.1 (9 May 2019)
* Fix crash during initial sync
* Switch to `signal-hook` crate

Loading…
Cancel
Save