mirror of
https://github.com/romanz/electrs.git
synced 2026-08-20 13:27:31 +02:00
Bump version
This commit is contained in:
parent
26185dcb47
commit
1aeba092ec
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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)",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue