From b58dfe502edbf34c1ab2ff8e19bba9043c840978 Mon Sep 17 00:00:00 2001 From: d1y Date: Mon, 24 Jun 2024 20:15:40 +0800 Subject: [PATCH] Update Cargo.toml (#13375) miss nightly build https://github.com/servo/pathfinder/issues/565 Release Notes: - N/A --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d93d763e9..58843a2bfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7370,7 +7370,7 @@ dependencies = [ [[package]] name = "pathfinder_simd" 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 = [ "rustc_version", ] diff --git a/Cargo.toml b/Cargo.toml index 6900df4dea..872acaa1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -459,7 +459,7 @@ features = [ [patch.crates-io] 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. -pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "30419d07660dc11a21e42ef4a7fa329600cff152" } +pathfinder_simd = { git = "https://github.com/servo/pathfinder.git", rev = "4968e819c0d9b015437ffc694511e175801a17c7" } [profile.dev] split-debuginfo = "unpacked"