Add patched polling for redox, update dependencies

This commit is contained in:
Jeremy Soller 2025-04-17 08:12:02 -06:00
parent 9336731c7d
commit d4294713d8
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 9 additions and 8 deletions

View file

@ -62,6 +62,8 @@ debug = true
[patch.crates-io]
onig = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
# https://github.com/smol-rs/polling/pull/235
polling = { git = "https://github.com/jackpot51/polling.git", branch = "master" }
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { path = "../libcosmic" }