mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
More aggressive cargo update
Adds a few deps which are fine. Patches an old parking_lot(_core) version.
This commit is contained in:
17
patches/parking_lot_core/Cargo.toml
Normal file
17
patches/parking_lot_core/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
rust-version = "1.70"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
parking_lot_core = "0.9"
|
||||
1
patches/parking_lot_core/src/lib.rs
Normal file
1
patches/parking_lot_core/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub use parking_lot_core::*;
|
||||
Reference in New Issue
Block a user