ci: update msrv and github actions toolchains

This commit is contained in:
Byron Hambly 2023-01-10 14:43:07 +02:00
parent ab5d4a1ed5
commit 4ca1f8da5e
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
25 changed files with 53 additions and 47 deletions

View file

@ -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,