-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4f09382 Cargo: Version bump (Antoine Poinsot) a4f0c23 Update revault_tx and revault_net (Antoine Poinsot) Pull request description: ACKs for top commit: darosior: ACK 4f09382 Tree-SHA512: 4f5526e18a30298fad6444d3867ddd9eb7ac797d6de2dd4bd65ffbdee5023218b3502c3b839e86c41d1c3f0bfa58d9908d267e91681f5fc7e115b4a10ae2234d
- Loading branch information
Showing
8 changed files
with
139 additions
and
99 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosignerd" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
authors = ["JSwambo <[email protected]>", "Antoine Poinsot <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -22,14 +22,14 @@ libc = "0.2" | |
rusqlite = { version = "0.24.2", features = ["bundled"] } | ||
|
||
# Revault-specific libraries | ||
revault_tx = { version = "0.2", features = ["use-serde"] } | ||
revault_net = { git = "https://github.com/revault/revault_net" } | ||
revault_tx = { version = "0.3", features = ["use-serde"] } | ||
revault_net = "0.1" | ||
|
||
# For fuzz testing | ||
bitcoin = {version = "0.26.0", features = ["rand"], optional = true} | ||
bitcoin = {version = "0.27", features = ["rand"], optional = true} | ||
|
||
[features] | ||
fuzztesting = ["bitcoin"] | ||
|
||
[dev-dependencies] | ||
bitcoin = {version = "0.26.0", features = ["rand"]} | ||
bitcoin = {version = "0.27", features = ["rand"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.