diff --git a/Cargo.lock b/Cargo.lock index 2ad86decf87e..980c9553d0f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,8 @@ dependencies = [ [[package]] name = "pathfinder_simd" version = "0.5.4" -source = "git+https://github.com/servo/pathfinder#1b7c8bcdaf9da3f045af6a650b5f5c00f0c5a7eb" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2" dependencies = [ "rustc_version", ] diff --git a/Cargo.toml b/Cargo.toml index 9befdccd3803..dc5a29d927cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,3 @@ pasteboard = "0.1.3" [target.'cfg(target_os = "windows")'.dependencies] clipboard-win = "5.2.0" image = { version = "0.24", default-features = false, features = ["jpeg", "bmp", "jpeg_rayon"] } - -[patch.crates-io] -pathfinder_simd = { version = "0.5.4", git = "https://github.com/servo/pathfinder" }