Remove nightly flag from parking_lot

This commit is contained in:
kngwyu 2020-04-11 14:35:40 +09:00
parent 7b1e8a6daf
commit 4af61e83c3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ libc = "0.2.62"
num-bigint = { version = "0.2", optional = true }
num-complex = { version = "0.2", optional = true }
num-traits = "0.2.8"
parking_lot = { version = "0.10", features = ["nightly"] }
parking_lot = { version = "0.10" }
paste = "0.1.6"
pyo3cls = { path = "pyo3cls", version = "=0.9.2" }
unindent = "0.1.4"