From: Steve Myers Date: Tue, 24 Jan 2023 19:28:42 +0000 (-0600) Subject: Bump project MSRV to 1.57.0, update stable for all jobs to 1.65.0 X-Git-Tag: v0.27.0-rc.1~10^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=b02bfb347d1faa0ce0a7ad6f67d0b92458510239;p=bdk Bump project MSRV to 1.57.0, update stable for all jobs to 1.65.0 --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 728ed07e..82157ffb 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -12,7 +12,7 @@ jobs: rust: - version: 1.65.0 # STABLE clippy: true - - version: 1.56.1 # MSRV + - version: 1.57.0 # MSRV features: - default - minimal @@ -146,7 +146,7 @@ jobs: - run: sudo apt-get update || exit 1 - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Set default toolchain - run: rustup default 1.56.1 # STABLE + run: rustup default 1.65.0 # STABLE - name: Set profile run: rustup set profile minimal - name: Add target wasm32 @@ -178,8 +178,8 @@ jobs: strategy: matrix: rust: - - version: 1.60.0 # STABLE - - version: 1.56.1 # MSRV + - version: 1.65.0 # STABLE + - version: 1.57.0 # MSRV steps: - name: Checkout uses: actions/checkout@v3 diff --git a/README.md b/README.md index c68c73a8..096d98e1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ CI Status API Docs - Rustc Version 1.56.1+ + Rustc Version 1.57.0+ Chat on Discord