We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.17.1
calloop
1 parent d946df7 commit 6e83716Copy full SHA for 6e83716
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
check-and-build:
9
strategy:
10
matrix:
11
- rust_version: ['1.71.0', stable]
+ rust_version: ['1.71.1', stable]
12
runs-on: ubuntu-latest
13
outputs:
14
libei_version: ${{ steps.libei_version.outputs.libei_version }}
Cargo.toml
@@ -6,7 +6,7 @@ description = "Pure Rust implementation of libei/libeis protocol."
6
repository = "https://github.com/ids1024/reis"
7
keywords = ["libei", "libeis", "wayland"]
edition = "2021"
-rust-version = "1.71.0"
+rust-version = "1.71.1"
[dependencies]
calloop = { version = "0.14.0", optional = true }
0 commit comments