From 7e87a65fea874033c48cca589d628bf3c07c1289 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Tue, 11 Oct 2022 15:51:16 +0530 Subject: [PATCH] update MSRV to 1.57 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index ff222ca..5d914a2 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -11,7 +11,7 @@ jobs: matrix: rust: - 1.60.0 # STABLE - - 1.56.0 # MSRV + - 1.57.0 # MSRV features: - default - electrum,sqlite-db -- 2.49.0