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 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 {