1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 14:50:45 +01:00

Bump version

This commit is contained in:
Roman Zeyde 2019-03-03 22:36:35 +02:00
parent bb8baf4108
commit b2b7e1c42a
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -308,7 +308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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