We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aeccd9 commit a1356aeCopy full SHA for a1356ae
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- rust: ['1.65.0', 'stable', 'beta']
+ rust: ['1.71.0', 'stable', 'beta']
15
runs-on: ubuntu-latest
16
17
steps:
Cargo.toml
@@ -6,7 +6,7 @@ documentation = "https://smithay.github.io/client-toolkit"
6
repository = "https://github.com/smithay/client-toolkit"
7
license = "MIT"
8
edition = "2021"
9
-rust-version = "1.65"
+rust-version = "1.71"
10
categories = ["gui"]
keywords = ["wayland", "client"]
description = "Toolkit for making client wayland applications."
0 commit comments