From dca52a9f1dec9505db7dfa8fe3e6c5245b1af468 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 7 Jan 2022 20:24:37 +0100 Subject: [PATCH] update winit dependency --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78a5bd..8f2657c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: update - args: -p libdbus-sys -p calloop:0.6.1 + args: -p libdbus-sys - name: Check uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 04799b6..4b3a592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ wayland-egl = { version = "0.29.0", optional = true } wayland-protocols = { version = "0.29.0", features = ["unstable_protocols", "staging_protocols", "server"], optional = true } wayland-server = { version = "0.29.0", optional = true } wayland-sys = { version = "0.29.0", optional = true } -winit = { version = "0.25.0", optional = true } +winit = { version = "0.26", optional = true } x11rb = { version = "0.9.0", optional = true } xkbcommon = "0.4.0" scan_fmt = { version = "0.2.3", default-features = false }