Skip to content

Commit 6e83716

Browse files
committed
Bump MSRV to 1.17.1, matching calloop
1 parent d946df7 commit 6e83716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-and-build:
99
strategy:
1010
matrix:
11-
rust_version: ['1.71.0', stable]
11+
rust_version: ['1.71.1', stable]
1212
runs-on: ubuntu-latest
1313
outputs:
1414
libei_version: ${{ steps.libei_version.outputs.libei_version }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Pure Rust implementation of libei/libeis protocol."
66
repository = "https://github.com/ids1024/reis"
77
keywords = ["libei", "libeis", "wayland"]
88
edition = "2021"
9-
rust-version = "1.71.0"
9+
rust-version = "1.71.1"
1010

1111
[dependencies]
1212
calloop = { version = "0.14.0", optional = true }

0 commit comments

Comments
 (0)