From 1a12f37a2f1c5f99e3b590b3ba070859120a9f8e Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 26 Jul 2022 12:35:41 -0700 Subject: [PATCH 1/2] Set MSRV to 1.57.0 --- .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 40c5e97..2d3980d 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -12,7 +12,7 @@ jobs: rust: - version: 1.60.0 # STABLE clippy: true - - version: 1.56.1 # MSRV + - version: 1.57.0 # MSRV steps: - name: checkout uses: actions/checkout@v2 From 6d53cbeb2502602d1bab0fd11f63d203f61b507a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 26 Jul 2022 12:36:07 -0700 Subject: [PATCH 2/2] Fix fmt error --- bdk-ffi-bindgen/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-ffi-bindgen/src/main.rs b/bdk-ffi-bindgen/src/main.rs index a2748bf..500669c 100644 --- a/bdk-ffi-bindgen/src/main.rs +++ b/bdk-ffi-bindgen/src/main.rs @@ -1,8 +1,8 @@ +use camino::Utf8Path; use std::fmt; use std::path::{Path, PathBuf}; use std::str::FromStr; use structopt::StructOpt; -use camino::Utf8Path; #[derive(Debug, PartialEq)] pub enum Language {