Skip to content

Commit

Permalink
chore: tao 0.24 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Nov 21, 2023
1 parent 5938f7e commit e61e7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion bench/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e61e7f8

Please sign in to comment.