From b6837af8bd48f090ee450115c97820a39c7e4a03 Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Tue, 31 Dec 2024 00:51:37 -0300 Subject: [PATCH] rustSlint: cargo update to use slint 1.9 Signed-off-by: Matheus Castello --- rustSlint/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rustSlint/Cargo.toml b/rustSlint/Cargo.toml index 407a4883e..0f8691cbf 100644 --- a/rustSlint/Cargo.toml +++ b/rustSlint/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -slint = { version = "1.7.*", features = [ "backend-linuxkms-noseat", "renderer-skia" ] } +slint = { version = "1.9.*", features = [ "backend-linuxkms-noseat", "renderer-skia" ] } [build-dependencies] -slint-build = { version = "1.7.*" } +slint-build = { version = "1.9.*" }