mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 00:08:42 +00:00
Bump async-task (#47036)
This reduces total code-size of the project crate by ~25%, and reduces release build time by ~35s thanks to @osiewicz's proposed fix https://github.com/smol-rs/async-task/issues/66 Release Notes: - N/A Co-authored-by: Piotr <piotr@zed.dev>
This commit is contained in:
parent
10a536b328
commit
39e2f26671
2 changed files with 2 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1224,8 +1224,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "async-task"
|
||||
version = "4.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||||
source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
|
|
|
|||
|
|
@ -784,6 +784,7 @@ features = [
|
|||
]
|
||||
|
||||
[patch.crates-io]
|
||||
async-task = { git = "https://github.com/smol-rs/async-task.git", rev = "b4486cd71e4e94fbda54ce6302444de14f4d190e" }
|
||||
notify = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" }
|
||||
notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" }
|
||||
windows-capture = { git = "https://github.com/zed-industries/windows-capture.git", rev = "f0d6c1b6691db75461b732f6d5ff56eed002eeb9" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue