Skip to content

Commit a1356ae

Browse files
dczunset
authored andcommitted
Bump MSRV to 1.68
To fix CI, failing on polling v3.11.0.
1 parent 9aeccd9 commit a1356ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
rust: ['1.65.0', 'stable', 'beta']
14+
rust: ['1.71.0', 'stable', 'beta']
1515
runs-on: ubuntu-latest
1616

1717
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ documentation = "https://smithay.github.io/client-toolkit"
66
repository = "https://github.com/smithay/client-toolkit"
77
license = "MIT"
88
edition = "2021"
9-
rust-version = "1.65"
9+
rust-version = "1.71"
1010
categories = ["gui"]
1111
keywords = ["wayland", "client"]
1212
description = "Toolkit for making client wayland applications."

0 commit comments

Comments
 (0)