Skip to content

Commit bf4c53c

Browse files
committed
ci: bump MSRV b/c of if .. else
1 parent 9243db2 commit bf4c53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
toolchain: [ nightly, beta, stable, 1.60.0 ]
84+
toolchain: [ nightly, beta, stable, 1.65.0 ]
8585
steps:
8686
- uses: actions/checkout@v2
8787
- name: Install rust ${{ matrix.toolchain }}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["reactor", "networking", "patterns", "concurrency", "poll"]
1010
categories = ["concurrency", "asynchronous", "network-programming", "rust-patterns"]
1111
homepage = "https://github.com/rust-amplify"
1212
repository = "https://github.com/rust-amplify/io-reactor"
13-
rust-version = "1.60"
13+
rust-version = "1.65" # Due to if ... let clause
1414
edition = "2021"
1515
license = "Apache-2.0"
1616
readme = "README.md"

0 commit comments

Comments
 (0)