From 93b289fdc3478365219a93a5f0b79156595faa22 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Tue, 26 Dec 2023 10:13:28 +0100 Subject: [PATCH] ci: increase MSRV required by amplify dependency --- .github/workflows/build.yml | 6 +++--- Cargo.toml | 2 +- MANIFEST.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d33a0c8..71a7f5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,10 @@ jobs: fail-fast: false matrix: os: - - ubuntu-20.04 - ubuntu-22.04 - - macos-11 + - ubuntu-latest - macos-12 + - macos-latest # - windows-2019 # - windows-2022 steps: @@ -81,7 +81,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ nightly, beta, stable, 1.65.0 ] + toolchain: [ nightly, beta, stable, 1.66.0 ] steps: - uses: actions/checkout@v2 - name: Install rust ${{ matrix.toolchain }} diff --git a/Cargo.toml b/Cargo.toml index 4d3ecf3..00d21b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["reactor", "networking", "patterns", "concurrency", "poll"] categories = ["concurrency", "asynchronous", "network-programming", "rust-patterns"] homepage = "https://github.com/rust-amplify" repository = "https://github.com/rust-amplify/io-reactor" -rust-version = "1.65" # Due to if ... let clause +rust-version = "1.66" # Due to amplify dependency edition = "2021" license = "Apache-2.0" readme = "README.md" diff --git a/MANIFEST.yml b/MANIFEST.yml index a6c4d4d..52261e7 100644 --- a/MANIFEST.yml +++ b/MANIFEST.yml @@ -3,7 +3,7 @@ Type: Library Kind: Free software License: Apache-2.0 Language: Rust -Compiler: 1.60 +Compiler: 1.66 Author: Maxim Orlovsky Maintained: UBIDECO Institute, Switzerland Maintainers: