From cfd4cb3fc5b14b5ce832dc38a158611c4f4fea31 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 14 Aug 2023 02:11:59 +0300 Subject: [PATCH] chore: update tao and wry versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b204d1..ecd912a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,6 @@ png = "0.17" [dev-dependencies] winit = "0.28" -tao = { git = "https://github.com/tauri-apps/tao", branch = "muda" } -wry = { git = "https://github.com/tauri-apps/wry", branch = "tao-v0.22" } +tao = "0.22" +wry = "0.31" image = "0.24"