From 9e25714a441508aaed5047dad9d750353aae7385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Azur=E5=86=B0=E5=BC=A6?= <973562770@qq.com> Date: Thu, 12 Oct 2023 13:21:40 +0800 Subject: [PATCH] Bump `winit` to `0.28.7` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7054227..da63594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ cosmic-text = "0.9" lru = "0.11" [dev-dependencies] -winit = "0.28.0" +winit = "0.28.7" pollster = "0.3.0"