diff --git a/Cargo.lock b/Cargo.lock index 0133214e7095..95f62a62847d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,8 @@ dependencies = [ [[package]] name = "pathfinder_simd" version = "0.5.2" -source = "git+https://github.com/servo/pathfinder#a3ceb814cac4a817e2883da73df84c3eeddb70de" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0444332826c70dc47be74a7c6a5fc44e23a7905ad6858d4162b658320455ef93" dependencies = [ "rustc_version", ] diff --git a/Cargo.toml b/Cargo.toml index c6a4cdf0b829..ef1fed9fa18c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,6 +62,3 @@ pasteboard = "0.1.3" [target.'cfg(target_os = "windows")'.dependencies] clipboard-win = "4.5.0" image = { version = "0.24", default-features = false, features = ["jpeg", "bmp", "jpeg_rayon"] } - -[patch.crates-io] -pathfinder_simd = { version = "0.5.0", git = "https://github.com/servo/pathfinder" }