Skip to content

Commit

Permalink
remove version pin on tao (#3485)
Browse files Browse the repository at this point in the history
* remove version pin on tao
instead on including 0.31.0 as a breaking change, removing the pin upgrades tao automatically to 0.30.8

* prefer 0.30.8 as minimum tao

---------

Co-authored-by: Jonathan Kelley <[email protected]>
  • Loading branch information
sehnryr and jkelleyrtp authored Jan 2, 2025
1 parent beae32b commit 0ffa91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ console_error_panic_hook = "0.1.7"

# desktop
wry = { version = "0.45.0", default-features = false }
tao = { version = "=0.30.0", features = ["rwh_05"] }
tao = { version = "0.30.8", features = ["rwh_05"] }
webbrowser = "1.0.1"
infer = "0.16.0"
dunce = "1.0.2"
Expand Down

0 comments on commit 0ffa91d

Please sign in to comment.