Fix -Z minimal-versions

This commit is contained in:
Paolo Barbolini 2023-08-15 11:53:21 +02:00 committed by Ivan Nikulin
parent 011d500460
commit ed91cce367
1 changed files with 1 additions and 1 deletions

View File

@ -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"