mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-06 05:24:42 -04:00
ci: update msrv and github actions toolchains
This commit is contained in:
parent
ab5d4a1ed5
commit
4ca1f8da5e
25 changed files with 53 additions and 47 deletions
|
@ -5,7 +5,7 @@ use std::cmp::max;
|
|||
use std::time::Duration;
|
||||
use time::ext::NumericalStdDuration;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Serialize)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Serialize)]
|
||||
pub struct Config {
|
||||
pub bitcoin_lock_mempool_timeout: Duration,
|
||||
pub bitcoin_lock_confirmed_timeout: Duration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue