From d320833f40dfbe9899a7f6087b2e007fa1dd2f87 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 5 Feb 2025 12:53:42 +0300 Subject: Update Smithay (text-input double input fix) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8447cf7e..05bd5da7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3410,7 +3410,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.4.0" -source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756" +source = "git+https://github.com/Smithay/smithay.git#f93476cebab3d47f6729354805b3e184f6878ef2" dependencies = [ "appendlist", "bitflags 2.8.0", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756" +source = "git+https://github.com/Smithay/smithay.git#f93476cebab3d47f6729354805b3e184f6878ef2" dependencies = [ "drm", "libdisplay-info", diff --git a/Cargo.toml b/Cargo.toml index 3296e8be..89474b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Ivan Molodetskikh "] license = "GPL-3.0-or-later" edition = "2021" repository = "https://github.com/YaLTeR/niri" -rust-version = "1.80" +rust-version = "1.80.1" [workspace.dependencies] anyhow = "1.0.95" -- cgit