Remove unused patch for parking_lot_core

This commit is contained in:
Luke Parker
2025-08-30 16:20:29 -04:00
parent c0e48867e1
commit 47ef24a7cc
4 changed files with 3 additions and 29 deletions

View File

@@ -1,16 +0,0 @@
[package]
name = "parking_lot_core"
version = "0.8.6"
description = "parking_lot_core which patches to the latest update"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/patches/parking_lot_core"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
parking_lot_core = "0.9"

View File

@@ -1 +0,0 @@
pub use parking_lot_core::*;