Prechádzať zdrojové kódy

Update bindgen to 0.65 to fix build with Clang 16

Amanieu d'Antras 1 rok pred
rodič
commit
3bcbcdd427
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -15,6 +15,6 @@ arrayvec = { version = "0.7.2", default-features = false }
 cfg-if = "1.0.0"
 
 [build-dependencies]
-cc = "1.0.73"
-bindgen = "0.60.1"
-walkdir = "2.3.2"
+cc = "1.0.79"
+bindgen = "0.65.1"
+walkdir = "2.3.3"