Skip to content

Commit 09479b9

Browse files
committed
Merge branch 'fix/release-0.3.18'
2 parents 68b7a37 + fcfc7c1 commit 09479b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/pact_ffi/release-linux.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ gzip -c ../target/release/libpact_ffi.a > ../target/artifacts/libpact_ffi-linux-
1717
openssl dgst -sha256 -r ../target/artifacts/libpact_ffi-linux-x86_64.a.gz > ../target/artifacts/libpact_ffi-linux-x86_64.a.gz.sha256
1818

1919
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 \
2323
--config cbindgen.toml \
2424
--crate pact_ffi \
2525
--output include/pact.h
26-
rustup run nightly cbindgen \
26+
rustup run nightly-2022-12-01 cbindgen \
2727
--config cbindgen-c++.toml \
2828
--crate pact_ffi \
2929
--output include/pact-cpp.h

0 commit comments

Comments
 (0)