Skip to content

Commit

Permalink
Merge #366: v0.4
Browse files Browse the repository at this point in the history
3fcf2c9 revaultd v0.4 (edouard)
3b3a1fc dummysigner: revault_tx v0.5 (edouard)

Pull request description:

ACKs for top commit:
  edouardparis:
    ACK 3fcf2c9

Tree-SHA512: 4a7745f750c6198e029300ea15d80826d852296833a2fbf0f29da940f12c599958769f80b0c328d62a00aec59989efebbfe355ae4761252669f293d12d487636
  • Loading branch information
edouardparis committed May 19, 2022
2 parents fa72321 + 3fcf2c9 commit a072a00
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
19 changes: 11 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "revault-gui"
version = "0.3.0"
version = "0.4.0"
readme = "README.md"
description = "Revault GUI"
repository = "https://github.com/revault/revault-gui"
Expand All @@ -21,7 +21,7 @@ path = "src/main.rs"

[dependencies]
bitcoin = { version = "0.27", features = ["base64", "use-serde"] }
revaultd = { git = "https://github.com/revault/revaultd", default-features = false}
revaultd = { version = "0.4.0", default-features = false}
backtrace = "0.3"

iced = { version = "0.4", default-features= false, features = ["tokio", "wgpu", "svg", "qr_code"] }
Expand Down
5 changes: 3 additions & 2 deletions contrib/tools/dummysigner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contrib/tools/dummysigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[workspace]

[dependencies]
revault_tx = { git = "https://github.com/revault/revault_tx", features = ["use-serde"] }
revault_tx = { version = "0.5.0", features = ["use-serde"] }

base64 = "0.13.0"
iced = {version = "0.3", default-features = false, features = ["wgpu", "tokio"]}
Expand Down

0 comments on commit a072a00

Please sign in to comment.