Update the minimal parking_lot_core version

This commit is contained in:
Dale Wijnand 2018-07-25 17:11:21 +01:00
parent 16681b3dfd
commit ac2d5d0917
No known key found for this signature in database
GPG key ID: 4F256E3D151DF5EF

View file

@ -40,6 +40,7 @@ libc = "0.2"
log = "0.4"
libgit2-sys = "0.7.5"
num_cpus = "1.0"
parking_lot_core = "0.2.11" # required only for minimal-versions. brought in by crossbeam.
rustfix = "0.4"
same-file = "1"
semver = { version = "0.9.0", features = ["serde"] }