From 2164d07e7382c17fe7ea1d8604e1b165596470d4 Mon Sep 17 00:00:00 2001 From: Daniel Berlin Date: Fri, 17 May 2024 01:31:31 -0400 Subject: [PATCH] Update cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88d6a5562e3..125a677e318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,6 @@ codegen-units = 1 #split-debuginfo = "unpacked" [patch.crates-io] -xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "dbdaa01c178c6fbe68bd51b7ad44c08172181083" } # waiting on a release with https://github.com/rust-x-bindings/rust-xcb/pull/230 - # We use our own vendored cairo, which has minimal deps and should just # build via cargo. cairo-sys-rs = { path = "deps/cairo", version = "0.18.0" }