Skip to content

Update libinput version to 1.31#89

Draft
PolyMeilex wants to merge 1 commit into
masterfrom
update-libinput-version
Draft

Update libinput version to 1.31#89
PolyMeilex wants to merge 1 commit into
masterfrom
update-libinput-version

input-sys: add generated bindings for libinput 1.31.0

f6c6a3b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / clippy succeeded Apr 5, 2026 in 0s

clippy

4 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 4
Note 0
Help 0

Versions

  • rustc 1.96.0-nightly (e0e95a718 2026-04-04)
  • cargo 1.96.0-nightly (888f67534 2026-03-30)
  • clippy 0.1.96 (e0e95a7187 2026-04-04)

Annotations

Check warning on line 73 in src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
  --> src/context.rs:73:9
   |
73 |     fd: libc::c_int,
   |         ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

Check warning on line 48 in src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
  --> src/context.rs:48:6
   |
48 | ) -> libc::c_int {
   |      ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

Check warning on line 46 in src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
  --> src/context.rs:46:12
   |
46 |     flags: libc::c_int,
   |            ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

Check warning on line 45 in src/context.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
  --> src/context.rs:45:18
   |
45 |     path: *const libc::c_char,
   |                  ^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
   = note: `#[warn(clippy::incompatible_msrv)]` on by default