Skip to content

Commit

Permalink
Merge pull request #206 from expressvpn/gha/cargo-update
Browse files Browse the repository at this point in the history
[auto] Update cargo dependencies
  • Loading branch information
xv-ian-c authored Dec 9, 2024
2 parents ed93b38 + a6d7c57 commit ff2743a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wolfssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links = "wolfssl"
exclude = ["wolfssl-src/**/*.pdf"] # crates.io has a size limit for publishing. Exclude unused files to keep the size under the limit.

[build-dependencies]
bindgen = "0.70"
bindgen = "0.71"
autotools = "0.2"
build-target = "0.4.0"

Expand Down
2 changes: 2 additions & 0 deletions wolfssl-sys/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::unnecessary_operation)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::ptr_offset_with_cast)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

use std::os::raw::c_int;
Expand Down

0 comments on commit ff2743a

Please sign in to comment.