File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ gzip -c ../target/release/libpact_ffi.a > ../target/artifacts/libpact_ffi-linux-
17
17
openssl dgst -sha256 -r ../target/artifacts/libpact_ffi-linux-x86_64.a.gz > ../target/artifacts/libpact_ffi-linux-x86_64.a.gz.sha256
18
18
19
19
echo -- Generate the header files --
20
- rustup toolchain install nightly
21
- rustup component add rustfmt --toolchain nightly
22
- rustup run nightly cbindgen \
20
+ rustup toolchain install nightly-2022-12-01
21
+ rustup component add rustfmt --toolchain nightly-2022-12-01
22
+ rustup run nightly-2022-12-01 cbindgen \
23
23
--config cbindgen.toml \
24
24
--crate pact_ffi \
25
25
--output include/pact.h
26
- rustup run nightly cbindgen \
26
+ rustup run nightly-2022-12-01 cbindgen \
27
27
--config cbindgen-c++.toml \
28
28
--crate pact_ffi \
29
29
--output include/pact-cpp.h
You can’t perform that action at this time.
0 commit comments