]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: bump cbindgen to 0.24.3
authorVictor Julien <vjulien@oisf.net>
Mon, 19 Sep 2022 18:55:28 +0000 (20:55 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 20 Sep 2022 09:24:10 +0000 (11:24 +0200)
This addresses issues around the AppLayerTxData type.

.github/workflows/builds.yml
.github/workflows/commits.yml
.github/workflows/formatting.yml

index 87d520be6962c9bd4fcec8232bfe19132caefe4d..ef227466a98f812f1a974c38b409c1e977943a10 100644 (file)
@@ -1461,7 +1461,7 @@ jobs:
           rust \
           xz
       - name: Install cbindgen
-        run: cargo install --force --debug --version 0.14.1 cbindgen
+        run: cargo install --force --debug --version 0.24.3 cbindgen
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       - run: pip3 install PyYAML
       - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -1501,7 +1501,7 @@ jobs:
       # hack: install our own cbindgen system wide as we can't get the
       # preinstalled one to be picked up by configure
       - name: cbindgen
-        run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen
+        run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
       - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
       - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
         with:
@@ -1552,7 +1552,7 @@ jobs:
       # hack: install our own cbindgen system wide as we can't get the
       # preinstalled one to be picked up by configure
       - name: cbindgen
-        run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen
+        run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
       - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
       - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
         with:
index 01f8dc54c78ea91469b03831c8531531e63c1ac4..6696be29cd8cb5d622925e55b0317569997462c0 100644 (file)
@@ -69,7 +69,7 @@ jobs:
       - name: Install cbindgen
         run: |
           cd $HOME/.cargo/bin
-          curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.15.0/cbindgen
+          curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen
           chmod 755 cbindgen
       - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
         with:
index bbc53cafb8737122508cbdb356364ac2a64f0714..7fc9b650313f9422918fafb1b0183028d045ac51 100644 (file)
@@ -67,7 +67,7 @@ jobs:
           # no need to install full clang
           apt-get install -y clang-format-9
       - name: Install cbindgen
-        run: cargo install --force --debug --version 0.14.1 cbindgen
+        run: cargo install --force --debug --version 0.24.3 cbindgen
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       # Checking out the branch is not as simple as "checking out".
       #