allow to compile with parking_lot 0.12

This commit is contained in:
zhangjingqiang 2022-03-21 08:58:26 +08:00 committed by messense
parent d146a2a80d
commit 847ffe563c
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ edition = "2018"
[dependencies] [dependencies]
cfg-if = "1.0" cfg-if = "1.0"
libc = "0.2.62" libc = "0.2.62"
parking_lot = "0.11.0" parking_lot = ">= 0.11, < 0.13"
# ffi bindings to the python interpreter, split into a seperate crate so they can be used independently # ffi bindings to the python interpreter, split into a seperate crate so they can be used independently
pyo3-ffi = { path = "pyo3-ffi", version = "=0.16.2" } pyo3-ffi = { path = "pyo3-ffi", version = "=0.16.2" }