Patch compio to fix missing statx data

This commit is contained in:
Jeremy Soller 2026-01-14 11:16:30 -07:00
parent 9dc4ac2108
commit 1b9b92501d
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 24 additions and 43 deletions

View file

@ -65,9 +65,11 @@ num_cpus = "1.17.0"
# Completion-based IO runtime to enable io_uring / IOCP file IO support.
[dependencies.compio]
version = "0.17.0"
# Patched to fix mtime: https://github.com/compio-rs/compio/pull/625
# version = "0.17.0"
git = "https://github.com/jackpot51/compio.git"
default-features = false
features = ["io", "macros", "polling", "runtime"]
features = ["fs", "io", "macros", "polling", "runtime"]
[dependencies.io-uring]
version = "0.7.11"