mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Update Cargo.toml (#13375)
miss nightly build https://github.com/servo/pathfinder/issues/565 Release Notes: - N/A
This commit is contained in:
parent
03e2f240ee
commit
b58dfe502e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -7370,7 +7370,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pathfinder_simd"
|
name = "pathfinder_simd"
|
||||||
version = "0.5.3"
|
version = "0.5.3"
|
||||||
source = "git+https://github.com/servo/pathfinder.git?rev=30419d07660dc11a21e42ef4a7fa329600cff152#30419d07660dc11a21e42ef4a7fa329600cff152"
|
source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustc_version",
|
"rustc_version",
|
||||||
]
|
]
|
||||||
|
@ -459,7 +459,7 @@ features = [
|
|||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "7b4894ba2ae81b988846676f54c0988d4027ef4f" }
|
tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "7b4894ba2ae81b988846676f54c0988d4027ef4f" }
|
||||||
# Workaround for a broken nightly build of gpui: See #7644 and revisit once 0.5.3 is released.
|
# Workaround for a broken nightly build of gpui: See #7644 and revisit once 0.5.3 is released.
|
||||||
pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "30419d07660dc11a21e42ef4a7fa329600cff152" }
|
pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "4968e819c0d9b015437ffc694511e175801a17c7" }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
split-debuginfo = "unpacked"
|
split-debuginfo = "unpacked"
|
||||||
|
Loading…
Reference in New Issue
Block a user