]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: test with latest rust stable version 1.88 13545/head
authorPhilippe Antoine <pantoine@oisf.net>
Fri, 27 Jun 2025 07:21:50 +0000 (09:21 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 27 Jun 2025 16:58:43 +0000 (18:58 +0200)
.github/workflows/rust.yml

index 312b9efba6ac8246c93c21e1b24223a9041ee4ad..134d23517e8e328e81f05b4bc483f6d588a6dbb8 100644 (file)
@@ -61,7 +61,7 @@ jobs:
                 sudo \
                 which \
                 zlib-devel
-      - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
+      - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.88.0 -y
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       - run: cargo install bindgen-cli --version 0.66.0
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683