From cebfe8c6f3541f0fb11baf666c7b7eaf7c840c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Wed, 1 Nov 2023 14:45:47 -0400 Subject: [PATCH] build: remove softbuffer patch --- Cargo.lock | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81a34e83..8c35d005 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3737,8 +3737,9 @@ dependencies = [ [[package]] name = "softbuffer" -version = "0.3.0" -source = "git+https://github.com/CBenoit/softbuffer.git?rev=8a9e7f95e054f9af5752682aa5f27890aeb1b094#8a9e7f95e054f9af5752682aa5f27890aeb1b094" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bd56fe5e6c6f1881aad2bd37acaef4ac4a3689c970dfcbd87a36a6e60210ec8" dependencies = [ "as-raw-xcb-connection", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 006c4577..78f7aa05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,3 @@ opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 - -[patch.crates-io] -softbuffer = { git = "https://github.com/CBenoit/softbuffer.git", rev = "8a9e7f95e054f9af5752682aa5f27890aeb1b094" }