From 8fa516f69517f733b5001f09411b8c20dde1c60a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 1 Feb 2024 21:44:29 -0500 Subject: [PATCH] chore: use updated softbuffer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 164c009fc8..2f22cfb42a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ rustc-hash = "1.0" sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "2e9bf9f" } smol = "1.0" smol_str = "0.2" -softbuffer = "0.4" +softbuffer = { git = "https://github.com/pop-os/softbuffer", tag = "cosmic-4.0" } syntect = "5.1" sysinfo = "0.28" thiserror = "1.0"