Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
5895ad90
Unverified
Commit
5895ad90
authored
Oct 14, 2018
by
Roman Zeyde
Browse files
Bump version
parent
1dcc8ac5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+1
-1
RELEASE-NOTES.md
RELEASE-NOTES.md
+4
-0
No files found.
Cargo.lock
View file @
5895ad90
...
...
@@ -275,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.4.
0
"
version = "0.4.
1
"
dependencies = [
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
5895ad90
[package]
name
=
"electrs"
version
=
"0.4.
0
"
version
=
"0.4.
1
"
authors
=
[
"Roman Zeyde <me@romanzey.de>"
]
description
=
"An efficient re-implementation of Electrum Server in Rust"
license
=
"MIT"
...
...
RELEASE-NOTES.md
View file @
5895ad90
# 0.4.1 (14 Oct 2018)
*
Don't run full compaction after initial import is over (when using JSONRPC)
# 0.4.0 (22 Sep 2018)
*
Optimize for low-memory systems by using different RocksDB settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment