From 38b40666af10aeef19b7b1305e3b58e6673cf642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:23:17 +0000 Subject: [PATCH] chore(deps): update rust crate tao to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a479b47..8b7bc16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" -tao = "0.25" +tao = "0.26" eframe = "0.26"