Browse Source

Fix Actix bindgen issue

Addresses #5107
msmith 6 năm trước cách đây
mục cha
commit
3c4fd2c2b8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      frameworks/Rust/actix/Cargo.toml

+ 2 - 1
frameworks/Rust/actix/Cargo.toml

@@ -53,6 +53,7 @@ tokio-postgres = { git="https://github.com/fafhrd91/rust-postgres.git" }
 
 [build-dependencies]
 askama = "0.8"
+bindgen = "0.42"
 
 [profile.release]
 lto = true
@@ -60,4 +61,4 @@ opt-level = 3
 codegen-units = 1
 
 [patch.crates-io]
-tokio-reactor = { git="https://github.com/fafhrd91/tokio.git" }
+tokio-reactor = { git="https://github.com/fafhrd91/tokio.git" }