Skip to content

Commit

Permalink
ci: bump MSRV b/c of if .. else
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 11, 2023
1 parent 9243db2 commit bf4c53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf4c53c

Please sign in to comment.