From 75e5a680917702a66650f9478ed65528e10206a5 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Tue, 11 Feb 2025 20:57:37 +0200 Subject: [PATCH] remove unneeded patch --- rust/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bc1dff484c..e48ccdcf2d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -61,7 +61,3 @@ unchecked_duration_subtraction = "deny" unreachable = "deny" missing_docs_in_private_items = "deny" arithmetic_side_effects = "deny" - -# https://github.com/orxfun/orx-pseudo-default/issues/11 -[patch.crates-io] -orx-pseudo-default = { git = "https://github.com/orxfun/orx-pseudo-default?rev=1.4.0", tag = "1.4.0" }