We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8587ff8 commit 8ab3c3fCopy full SHA for 8ab3c3f
.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
steps:
61
- uses: actions/checkout@v3
62
+ # Remember to also update `--rust-target` in `openssl-sys/build/run_bindgen.rs`
63
- uses: sfackler/actions/rustup@master
64
with:
65
version: 1.56.0
openssl-sys/build/run_bindgen.rs
@@ -167,7 +167,7 @@ pub fn run_boringssl(include_dirs: &[PathBuf]) {
167
bindgen_cmd
168
.arg("-o")
169
.arg(out_dir.join("bindgen.rs"))
170
- .arg("--rust-target=1.47")
+ .arg("--rust-target=1.56")
171
.arg("--ctypes-prefix=::libc")
172
.arg("--raw-line=use libc::*;")
173
.arg("--no-derive-default")
0 commit comments