We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16681b3 commit ac2d5d0Copy full SHA for ac2d5d0
Cargo.toml
@@ -40,6 +40,7 @@ libc = "0.2"
40
log = "0.4"
41
libgit2-sys = "0.7.5"
42
num_cpus = "1.0"
43
+parking_lot_core = "0.2.11" # required only for minimal-versions. brought in by crossbeam.
44
rustfix = "0.4"
45
same-file = "1"
46
semver = { version = "0.9.0", features = ["serde"] }
0 commit comments