From e61e7f8474c18752f5c60d3f1f5ba33b27e41d52 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Mon, 20 Nov 2023 22:10:52 -0300 Subject: [PATCH] chore: tao 0.24 (#1090) --- Cargo.toml | 2 +- bench/tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 568b40a36..1d0431e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,6 +106,6 @@ tao-macros = { version = "0.1.0" } [dev-dependencies] http-range = "0.1.5" pollster = "0.3.0" -tao = { git = "https://github.com/tauri-apps/tao", default-features = false, features = ["rwh_05"] } +tao = { version = "0.24", default-features = false, features = ["rwh_05"] } wgpu = "0.18.0" winit = { version = "0.29", features = ["rwh_05"] } diff --git a/bench/tests/Cargo.toml b/bench/tests/Cargo.toml index 01ea71dfd..d2ed6c537 100644 --- a/bench/tests/Cargo.toml +++ b/bench/tests/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] wry = { path = "../../" } serde = { version = "1.0", features = [ "derive" ] } -tao = { git = "https://github.com/tauri-apps/tao", default-features = false, features = ["rwh_05"] } +tao = { version = "0.24", default-features = false, features = ["rwh_05"] } [[bin]] name = "bench_hello_world"