From f25d475ea5911be01e40c7232d83d1dd162bc92b Mon Sep 17 00:00:00 2001 From: PyGamer0 <64531844+PyGamer0@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:40:37 +0530 Subject: [PATCH] Bump swash in Cargo.toml (#848) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1319bb..60bec66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ glutin = { git = "https://github.com/Kethku/glutin", branch = "new-keyboard-all" winit = { git = "https://github.com/Kethku/winit", branch = "new-keyboard-all", default-features = false } gl = "0.14.0" regex = "1.5.4" -swash = "0.1.2" +swash = "0.1.4" clap="2.33.3" [dev-dependencies]