mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-06-08 13:28:23 +02:00
cargo: downgrade parking_lot to stay compatible with Rust 1.48
This commit is contained in:
parent
3858f2cde3
commit
a89c5897ea
@ -6,9 +6,10 @@ edition = "2018"
|
|||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
|
# `parking_lot` version 0.12 bumped their MSRV to 1.49, use 0.11 to stay compatible with 1.48.
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ctor = "0.1.21"
|
ctor = "0.1.21"
|
||||||
libc = "0.2.102"
|
libc = "0.2.102"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.11.2"
|
||||||
serde = { version = "1.0.130", features = ["derive"] }
|
serde = { version = "1.0.130", features = ["derive"] }
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user