From ab142620d51764675abeb97212ad44f18c6ef71f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 26 Jan 2024 17:07:57 +0100 Subject: [PATCH] Fix version mismatch between slint and slint-build In practice this probably won't be an issue, but it's good to keep them in sync :) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a70e8ba..c0a77a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ toml_edit = "0.21" git2 = "0.18" [build-dependencies] -slint-build = { version = "1.1" } +slint-build = { version = "1.3" }