diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de1e89f..d33a0c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ nightly, beta, stable, 1.60.0 ] + toolchain: [ nightly, beta, stable, 1.65.0 ] steps: - uses: actions/checkout@v2 - name: Install rust ${{ matrix.toolchain }} diff --git a/Cargo.toml b/Cargo.toml index 416ddaf..f0ce96a 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.60" +rust-version = "1.65" # Due to if ... let clause edition = "2021" license = "Apache-2.0" readme = "README.md"