Use a temporary fork of oo7 (#22751)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-01-07 10:00:11 -05:00 committed by GitHub
parent aa0eaea4e9
commit 0a8e9c0fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 11 deletions

View file

@ -148,7 +148,7 @@ pathfinder_geometry = "0.5"
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
# Always used
flume = "0.11"
oo7 = "0.3.0"
oo7 = { git = "https://github.com/zed-industries/oo7", branch = "avoid-crypto-panic" }
# Used in both windowing options
ashpd = { workspace = true, optional = true }