Skip to content

Commit 532a271

Browse files
committed
Bump Rust MSRV to 1.71
1 parent b1e014a commit 532a271

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
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.70.0', stable]
11+
rust_version: ['1.71.0', stable]
1212
runs-on: ubuntu-latest
1313
outputs:
1414
libei_version: ${{ steps.libei_version.outputs.libei_version }}
@@ -21,13 +21,6 @@ jobs:
2121
- run: sudo apt-get -qq update
2222
- run: sudo apt-get install -y libxkbcommon-dev
2323

24-
- run: |
25-
cargo update -p tokio --precise 1.47.0
26-
cargo update -p mio --precise 1.0.4
27-
cargo update -p polling --precise 3.10.0
28-
cargo update -p unicode-ident --precise 1.0.22
29-
if: matrix.rust_version != 'stable'
30-
3124
- run: cargo fmt --all -- --check
3225

3326
# Make sure there are no broken intra-doc links with and without features

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.70.0"
9+
rust-version = "1.71.0"
1010

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

0 commit comments

Comments
 (0)