Fix -Z minimal-versions
This commit is contained in:
parent
011d500460
commit
ed91cce367
|
|
@ -18,7 +18,7 @@ boring = { version = "3", path = "./boring" }
|
||||||
tokio-boring = { version = "3", path = "./tokio-boring" }
|
tokio-boring = { version = "3", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] }
|
||||||
cmake = "0.1"
|
cmake = "0.1.18"
|
||||||
fs_extra = "1.3.0"
|
fs_extra = "1.3.0"
|
||||||
fslock = "0.2"
|
fslock = "0.2"
|
||||||
bitflags = "2.4"
|
bitflags = "2.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue