mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 22:42:35 -04:00
Merge branch 'master' of https://github.com/binarybaron/xmr-btc-swap
This commit is contained in:
commit
7ae26ff1a8
2 changed files with 14 additions and 5 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -1050,6 +1050,15 @@ dependencies = [
|
|||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fastrand"
|
||||
version = "1.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
||||
dependencies = [
|
||||
"instant",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "filetime"
|
||||
version = "0.2.14"
|
||||
|
@ -4059,13 +4068,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.2.0"
|
||||
version = "3.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
||||
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"fastrand",
|
||||
"libc",
|
||||
"rand 0.8.3",
|
||||
"redox_syscall",
|
||||
"remove_dir_all",
|
||||
"winapi 0.3.9",
|
||||
|
|
|
@ -25,7 +25,7 @@ impl Image for Monerod {
|
|||
type EntryPoint = str;
|
||||
|
||||
fn descriptor(&self) -> String {
|
||||
"xmrto/monero:v0.17.2.0".to_owned()
|
||||
"melotools/monero:v0.17.2.0".to_owned()
|
||||
}
|
||||
|
||||
fn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>) {
|
||||
|
@ -78,7 +78,7 @@ impl Image for MoneroWalletRpc {
|
|||
type EntryPoint = str;
|
||||
|
||||
fn descriptor(&self) -> String {
|
||||
"xmrto/monero:v0.17.2.0".to_owned()
|
||||
"melotools/monero:v0.17.2.0".to_owned()
|
||||
}
|
||||
|
||||
fn wait_until_ready<D: Docker>(&self, container: &Container<'_, D, Self>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue