]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: update min Rust version from 1.34.2 to 1.41.1
authorJason Ish <jason.ish@oisf.net>
Wed, 30 Dec 2020 17:24:17 +0000 (11:24 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 12 Jan 2021 17:29:13 +0000 (18:29 +0100)
.github/workflows/builds.yml

index 0155c81811f15f5ca08b78c8bb81e51260807024..d1e935eb1f2d72def774c1535a8d414e84681795 100644 (file)
@@ -25,6 +25,9 @@ env:
   # A known good Rust version we should test against.
   RUST_VERSION_KNOWN: "1.37.0"
 
+  # The minimum version of Rust supported.
+  RUST_VERSION_MIN: "1.41.1"
+
 jobs:
 
   prepare-deps:
@@ -969,7 +972,7 @@ jobs:
                 zlib1g \
                 zlib1g-dev
       - name: Install Rust
-        run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.34.2 -y
+        run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain ${RUST_VERSION_MIN} -y
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       - name: Download suricata.tar.gz
         uses: actions/download-artifact@v2